diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-03-13 12:13:47 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-03-13 12:13:47 +0000 |
commit | 5730aa9a4055ad9b8ba5c4e40b7578cf3a565a24 (patch) | |
tree | d553650458ad38761ef9da7dd73f885099787d68 /doc | |
parent | 8ed0196d02086af3912706928d3b42d247dbbeca (diff) | |
download | psycopg2-5730aa9a4055ad9b8ba5c4e40b7578cf3a565a24.tar.gz |
Less stuff in the readme, more in the docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/install.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/install.rst b/doc/src/install.rst index 8290e67..e367b9c 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -133,6 +133,13 @@ from sources you will need: You only need :program:`pg_config` to compile `!psycopg2`, not for its regular usage. +Once everything is in place it's just a matter of running the standard: + +.. code-block:: console + + $ python setup.py build + $ python setup.py install + Runtime requirements ^^^^^^^^^^^^^^^^^^^^ |