Kaydet (Commit) b88e3134 authored tarafından Matt Robenolt's avatar Matt Robenolt

Don't recommend using sudo when installing uwsgi

üst 828edc5b
...@@ -27,10 +27,10 @@ command. For example: ...@@ -27,10 +27,10 @@ command. For example:
.. code-block:: bash .. code-block:: bash
# Install current stable version. # Install current stable version.
$ sudo pip install uwsgi $ pip install uwsgi
# Or install LTS (long term support). # 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 .. _installation procedures: http://uwsgi-docs.readthedocs.org/en/latest/Install.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment