From: Daniele Varrazzo Date: Tue, 31 Mar 2020 06:07:39 +0000 (+1300) Subject: Added install instruction to readme X-Git-Tag: 3.0.dev0~638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e402af513e1fb3d8cb8b75e238dcc6d6dd4ed6e4;p=thirdparty%2Fpsycopg.git Added install instruction to readme --- diff --git a/README.rst b/README.rst index 5070fba31..9549a20b9 100644 --- a/README.rst +++ b/README.rst @@ -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