summaryrefslogtreecommitdiff
path: root/docs/intro
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/intro
parent24aa85cea9d741fcbc288f12f59e22f1d05f79d7 (diff)
Removed sudo from pip commands in docs.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/whatsnext.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt
index 4a5c3e21ff..6da2aa830b 100644
--- a/docs/intro/whatsnext.txt
+++ b/docs/intro/whatsnext.txt
@@ -165,7 +165,7 @@ You can get a local copy of the HTML documentation following a few easy steps:
.. code-block:: bash
- $ sudo pip install Sphinx
+ $ pip install Sphinx
* Then, just use the included ``Makefile`` to turn the documentation into
HTML: