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:
committed by
Tim Graham
parent
24aa85cea9
commit
37b13033c6
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user