summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-02-09 16:10:03 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-02-09 16:12:29 +0000
commitdf952c149da2a3a7574c54a8a62c791211223270 (patch)
tree1688b5e2804c37d1cdc9ca29e4167ac7cb0c9f6e /doc/src
parent5309da117dd790aaf9dd74b6083638123a383bfa (diff)
downloadpsycopg2-df952c149da2a3a7574c54a8a62c791211223270.tar.gz
Fixed pip invocation example to skip binary packages
Close #673
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/install.rst b/doc/src/install.rst
index 3fcea86..a858cbe 100644
--- a/doc/src/install.rst
+++ b/doc/src/install.rst
@@ -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
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
- $ pip install --no-binary psycopg2
+ $ pip install --no-binary :all: psycopg2
.. |--no-binary option| replace:: ``--no-binary`` option
.. __: https://pip.pypa.io/en/stable/reference/pip_install/#install-no-binary