mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Removed sudo from pip commands in docs.
This commit is contained in:
parent
24aa85cea9
commit
37b13033c6
8 changed files with 8 additions and 8 deletions
|
|
@ -165,7 +165,7 @@ You can get a local copy of the HTML documentation following a few easy steps:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ sudo pip install Sphinx
|
||||
$ pip install Sphinx
|
||||
|
||||
* Then, just use the included ``Makefile`` to turn the documentation into
|
||||
HTML:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue