summaryrefslogtreecommitdiff
path: root/docs/internals
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/internals
parent24aa85cea9d741fcbc288f12f59e22f1d05f79d7 (diff)
Removed sudo from pip commands in docs.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/contributing/writing-documentation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index 8b842eff2a..aec51b0742 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -46,7 +46,7 @@ __ http://sphinx-doc.org/
__ http://docutils.sourceforge.net/
To actually build the documentation locally, you'll currently need to install
-Sphinx -- ``sudo pip install Sphinx`` should do the trick.
+Sphinx -- ``pip install Sphinx`` should do the trick.
.. note::