1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

@@ -27,7 +27,7 @@ Alternatively, you can also install it with ``pip``:
.. code-block:: bash
$ sudo pip install reportlab
$ pip install reportlab
Test your installation by importing it in the Python interactive interpreter::