From 8f18681723c427409a9cfdc99146d8132ae58a98 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 9 Feb 2018 16:10:03 +0000 Subject: [PATCH] Fixed pip invocation example to skip binary packages Close #673 --- doc/src/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/install.rst b/doc/src/install.rst index 45967100..8292e170 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