Skip to main content

Psycopg2 installation

 First install this all dependency for Psycopg2

$ sudo apt-get install libpq-dev
 
Then,
$ pip install psycopg2 

Comments