Commit 79d41bd9 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Merge pull request #3244 from mattrobenolt/patch-5

Don't recommend using sudo when installing uwsgi
parents 828edc5b b88e3134
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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