From b88e31348b5abe535b220fcea774709fbb67d3d4 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Fri, 19 Sep 2014 22:58:49 -0700 Subject: [PATCH] Don't recommend using sudo when installing uwsgi --- docs/howto/deployment/wsgi/uwsgi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 50a217908d3..4d58d9a2377 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