diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2014-08-24 23:33:14 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2014-08-24 23:33:14 +0100 |
commit | df9fbc515d6f586e84d7853965f2bc544177ac6a (patch) | |
tree | a0be8cf03f78dd603d0c6e92b5b576cd3ab612d9 | |
parent | f7ee006bef9eb1f0d515dd810d32e30fca1efc52 (diff) | |
download | psycopg2-df9fbc515d6f586e84d7853965f2bc544177ac6a.tar.gz |
Direct link to the install docs in the readme
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -36,7 +36,9 @@ development packages installed in your system) the standard:: sudo python setup.py install should work no problem. In case you have any problem check the 'install' and -the 'faq' documents in the docs or online. +the 'faq' documents in the docs or online__. + +.. __: http://initd.org/psycopg/docs/install.html For any other resource (source code repository, bug tracker, mailing list) please check the `project homepage`__. |