Răsfoiți Sursa

Merge pull request #3244 from mattrobenolt/patch-5

Don't recommend using sudo when installing uwsgi
Aymeric Augustin 10 ani în urmă
părinte
comite
79d41bd91c
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      docs/howto/deployment/wsgi/uwsgi.txt

+ 2 - 2
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