From 37b13033c61d24045b8182944c0964fffc8ff7d0 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 21 Sep 2014 13:58:44 -0400 Subject: Removed sudo from pip commands in docs. --- docs/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/README') diff --git a/docs/README b/docs/README index 3a48a5f254..4785eab70e 100644 --- a/docs/README +++ b/docs/README @@ -6,7 +6,7 @@ This allows it to be built into other forms for easier viewing and browsing. To create an HTML version of the docs: -* Install Sphinx (using ``sudo pip install Sphinx`` or some other method) +* Install Sphinx (using ``pip install Sphinx`` or some other method) * In this docs/ directory, type ``make html`` (or ``make.bat html`` on Windows) at a shell prompt. -- cgit v1.3