]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Added install instruction to readme
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 31 Mar 2020 06:07:39 +0000 (19:07 +1300)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 31 Mar 2020 06:07:39 +0000 (19:07 +1300)
README.rst

index 5070fba31f1a70e351b07cbd3b14d1fd68d85d44..9549a20b94ddd82a4ba4ec2b22c538e21beddf47 100644 (file)
@@ -2,3 +2,12 @@ psycopg3 -- PostgreSQL database adapter for Python
 ==================================================
 
 psycopg3 is a modern implementation of a PostgreSQL adapter for Python.
+
+
+Installation
+------------
+
+The library is still in early development stage. If you want to try it out you
+can install it from source using::
+
+    pip install -e git+https://github.com/psycopg/psycopg3.git#egg=psycopg3