mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-15 05:26:37 +03:00
parent
3be66e59b3
commit
8f18681723
|
@ -178,11 +178,11 @@ has become the only way to install the binary package.
|
||||||
|
|
||||||
If you are using psycopg 2.7 and you want to disable the use of wheel binary
|
If you are using psycopg 2.7 and you want to disable the use of wheel binary
|
||||||
packages, relying on the system system libraries available on your client, you
|
packages, relying on the system system libraries available on your client, you
|
||||||
can use the :command:`pip` |--no-binary option|__:
|
can use the :command:`pip` |--no-binary option|__, e.g.:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ pip install --no-binary psycopg2
|
$ pip install --no-binary :all: psycopg2
|
||||||
|
|
||||||
.. |--no-binary option| replace:: ``--no-binary`` option
|
.. |--no-binary option| replace:: ``--no-binary`` option
|
||||||
.. __: https://pip.pypa.io/en/stable/reference/pip_install/#install-no-binary
|
.. __: https://pip.pypa.io/en/stable/reference/pip_install/#install-no-binary
|
||||||
|
|
Loading…
Reference in New Issue
Block a user