diff options
| author | Matt Robenolt <matt@ydekproductions.com> | 2014-09-19 22:58:49 -0700 |
|---|---|---|
| committer | Matt Robenolt <matt@ydekproductions.com> | 2014-09-19 22:58:49 -0700 |
| commit | b88e31348b5abe535b220fcea774709fbb67d3d4 (patch) | |
| tree | 901490708b2ce940d3665ab881059dec11ad8c5b /docs | |
| parent | 828edc5ba91e124392417c5a87c17647dbb1cf67 (diff) | |
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 |
