summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-09-21 13:58:44 -0400
committerTim Graham <timograham@gmail.com>2014-09-22 15:49:48 -0400
commit37b13033c61d24045b8182944c0964fffc8ff7d0 (patch)
tree2e26f70a79cf870c12638f917a6bff688755097d /docs/README
parent24aa85cea9d741fcbc288f12f59e22f1d05f79d7 (diff)
Removed sudo from pip commands in docs.
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README2
1 files changed, 1 insertions, 1 deletions
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.