From: Daniele Varrazzo Date: Tue, 26 Aug 2025 03:22:55 +0000 (+0200) Subject: docs: drop pip upgrade info from readme X-Git-Tag: 3.3.0.dev1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf4517e08e077586618b452a03c1a948848864ed;p=thirdparty%2Fpsycopg.git docs: drop pip upgrade info from readme Most systems will have the minimum required version 20.3 already. --- diff --git a/README.rst b/README.rst index 2abb328ca..970492cea 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,6 @@ Installation Quick version:: - pip install --upgrade pip # upgrade pip to at least 20.3 pip install "psycopg[binary,pool]" # install binary dependencies For further information about installation please check `the documentation`__.