Installation

Prerequisites

You need to have PostGreSQL libraries and developer files installed prior to installing Products.ZPsycopgDA.

Install with pip

$ pip install Products.ZPsycopgDA

Install with zc.buildout

Just add Products.ZPsycopgDA to the eggs setting(s) in your buildout configuration to have it pulled in automatically:

...
eggs =
    Products.ZPsycopgDA
...