Remove Python 2 install instructions from README (#2821)

This commit is contained in:
Jelte Fennema
2023-08-17 13:18:37 +02:00
committed by GitHub
parent a4ac4963d1
commit 899cad1c0f
+2 -3
View File
@@ -74,9 +74,8 @@ There are a few options available:
::
sudo apt-get install python-psycopg2 # install python2 psycopg2 module on Debian/Ubuntu
sudo apt-get install python3-psycopg2 # install python3 psycopg2 module on Debian/Ubuntu
sudo yum install python-psycopg2 # install python2 psycopg2 on RedHat/Fedora/CentOS
sudo apt-get install python3-psycopg2 # install psycopg2 module on Debian/Ubuntu
sudo yum install python3-psycopg2 # install psycopg2 on RedHat/Fedora/CentOS
2. Install psycopg2 from the binary package