mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Don't recommend using sudo when installing uwsgi
This commit is contained in:
parent
828edc5ba9
commit
b88e31348b
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ command. For example:
|
|||
.. code-block:: bash
|
||||
|
||||
# Install current stable version.
|
||||
$ sudo pip install uwsgi
|
||||
$ pip install uwsgi
|
||||
|
||||
# Or install LTS (long term support).
|
||||
$ sudo pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz
|
||||
$ pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz
|
||||
|
||||
.. _installation procedures: http://uwsgi-docs.readthedocs.org/en/latest/Install.html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue