Removed sudo from pip commands in docs.

This commit is contained in:
Corey Farwell 2014-09-21 13:58:44 -04:00 committed by Tim Graham
parent 24aa85cea9
commit 37b13033c6
8 changed files with 8 additions and 8 deletions

View file

@ -36,7 +36,7 @@ or times, please try installing it before filing a bug. It's as simple as:
.. code-block:: bash
$ sudo pip install pytz
$ pip install pytz
.. note::