]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Drop --pre from documentation
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 12:47:53 +0000 (14:47 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Oct 2021 14:08:08 +0000 (16:08 +0200)
README.rst
docs/basic/install.rst

index f12f6a9acd88adade9f5ffe3664c91f3c8e381d7..d9ab197db1754b24ed1d29222d5f14adfae2d86b 100644 (file)
@@ -10,7 +10,7 @@ Installation
 Quick version::
 
     pip install --upgrade pip               # upgrade pip to at least 20.3
-    pip install --pre psycopg[binary,pool]  # install binary dependencies
+    pip install psycopg[binary,pool]        # install binary dependencies
 
 For further information about installation please check `the documentation`__.
 
index fa45bca6abef6119d58f1850f3fe6a0359e91d24..829f5eb01174d2fbbd8e56ad10aad63d4d36e2be 100644 (file)
@@ -6,7 +6,7 @@ Installation
 In short, if you use a :ref:`supported system<supported-systems>`::
 
     pip install --upgrade pip           # upgrade pip to at least 20.3
-    pip install --pre psycopg[binary]
+    pip install psycopg[binary]
 
 and you should be :ref:`ready to start <module-usage>`. Read further for
 alternative ways to install.
@@ -45,7 +45,7 @@ Binary installation
 The quickest way to start developing with Psycopg 3 is to install the binary
 packages by running::
 
-    pip install --pre psycopg[binary]
+    pip install psycopg[binary]
 
 This will install a self-contained package with all the libraries needed. You
 will need pip >= 20.3 at least: please run ``pip install --upgrade pip`` to
@@ -99,7 +99,7 @@ try this and follow the `binary installation`_ instead.
 
 If your build prerequisites are in place you can run::
 
-    pip install --pre psycopg[c]
+    pip install psycopg[c]
 
 
 .. _pure-python-installation:
@@ -109,7 +109,7 @@ Pure Python installation
 
 If you simply install::
 
-    pip install --pre psycopg
+    pip install psycopg
 
 without ``[c]`` or ``[binary]`` extras you will obtain a pure Python
 implementation. This is particularly handy to debug and hack, but it still