install psycopg2 ubuntu code example
Example 1: install psycopg2 ubuntu
sudo apt-get update -y
sudo apt-get install -y python3-psycopg2
Example 2: install pgcli linux
$ pip install pgcli
or
$ easy_install pgcli
sudo apt-get update -y
sudo apt-get install -y python3-psycopg2
$ pip install pgcli
or
$ easy_install pgcli