summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-01-29 03:09:27 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-01-29 03:31:49 +0000
commit1436ee308cef6650e522f6bb2a30f7fe1c6f96d8 (patch)
tree10934354873c6dabae155e34aaca95ce54f1f65d
parent9e6b22cc3b3e4dcb398e7d46c6b5857c5e815b7b (diff)
downloadpsycopg2-1436ee308cef6650e522f6bb2a30f7fe1c6f96d8.tar.gz
Link psycopg2-binary package to PyPI in readme
Note: the package doesn't exist yet...
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9b88239..b5b048d 100644
--- a/README.rst
+++ b/README.rst
@@ -47,7 +47,7 @@ or using ``setup.py`` if you have downloaded the source package locally::
$ sudo python setup.py install
You can also obtain a stand-alone package, not requiring a compiler or
-external libraries, by installing the ``psycopg2-binary`` package from PyPI::
+external libraries, by installing the `psycopg2-binary`_ package from PyPI::
$ pip install psycopg2-binary
@@ -55,6 +55,7 @@ The binary package is a practical choice for development and testing but in
production it is advised to use the package built from sources.
.. _PyPI: https://pypi.python.org/pypi/psycopg2
+.. _psycopg2-binary: https://pypi.python.org/pypi/psycopg2-binary
.. _install: http://initd.org/psycopg/docs/install.html#install-from-source
.. _faq: http://initd.org/psycopg/docs/faq.html#faq-compile