Installation¶
The recommended installation method is using pip.
pip¶
$ pip install pg_grant
To install with sqlalchemy support, install the sqlalchemy extra:
$ pip install pg_grant[sqlalchemy]
Git¶
$ git clone https://github.com/RazerM/pg_grant.git
Cloning into 'pg_grant'...
Check out a release tag
$ cd pg_grant $ git checkout 0.4.0