summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-09-20 15:58:44 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-09-20 15:58:44 +0200
commit79d41bd91cf15ce048401dd16e71e43666089b0c (patch)
tree901490708b2ce940d3665ab881059dec11ad8c5b /docs
parent828edc5ba91e124392417c5a87c17647dbb1cf67 (diff)
parentb88e31348b5abe535b220fcea774709fbb67d3d4 (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.txt4
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