ソースを参照

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