summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Robenolt <matt@ydekproductions.com>2014-09-19 22:58:49 -0700
committerMatt Robenolt <matt@ydekproductions.com>2014-09-19 22:58:49 -0700
commitb88e31348b5abe535b220fcea774709fbb67d3d4 (patch)
tree901490708b2ce940d3665ab881059dec11ad8c5b
parent828edc5ba91e124392417c5a87c17647dbb1cf67 (diff)
Don't recommend using sudo when installing uwsgi
-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