From 899cad1c0f7cf2630e5d6c2e9631e7d531348109 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Thu, 17 Aug 2023 13:18:37 +0200 Subject: [PATCH] Remove Python 2 install instructions from README (#2821) --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 84e67379..104f0907 100644 --- a/README.rst +++ b/README.rst @@ -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