diff options
| author | Corey Farwell <coreyf@rwell.org> | 2014-09-21 13:58:44 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-22 15:49:48 -0400 |
| commit | 37b13033c61d24045b8182944c0964fffc8ff7d0 (patch) | |
| tree | 2e26f70a79cf870c12638f917a6bff688755097d /docs/internals | |
| parent | 24aa85cea9d741fcbc288f12f59e22f1d05f79d7 (diff) | |
Removed sudo from pip commands in docs.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/writing-documentation.txt | 2 |
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:: |
