Explorar el Código

Update pip install instructions
Supervisor version numbering changed in 3.0 (released 2013-07-30) to be
compatible with pip. Using ``pip --pre`` is no longer needed.

Mike Naberezny hace 10 años
padre
commit
f99d017de2
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1 7
      docs/installing.rst

+ 1 - 7
docs/installing.rst

@@ -105,13 +105,7 @@ management infrastructure of your distribution.
 Installing via pip
 ------------------
 
-With pip >= 1.4
-
-.. code-block:: bash
-
-    pip install supervisor --pre
-
-With previous versions of pip:
+Supervisor can be installed with ``pip install``:
 
 .. code-block:: bash