Преглед изворни кода

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 пре 10 година
родитељ
комит
f99d017de2
1 измењених фајлова са 1 додато и 7 уклоњено
  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