diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-09-20 15:58:44 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-09-20 15:58:44 +0200 |
| commit | 79d41bd91cf15ce048401dd16e71e43666089b0c (patch) | |
| tree | 901490708b2ce940d3665ab881059dec11ad8c5b /docs | |
| parent | 828edc5ba91e124392417c5a87c17647dbb1cf67 (diff) | |
| parent | b88e31348b5abe535b220fcea774709fbb67d3d4 (diff) | |
Merge pull request #3244 from mattrobenolt/patch-5
Don't recommend using sudo when installing uwsgi
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 50a217908d..4d58d9a237 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -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 |
