summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Baty <damien@damienbaty.com>2024-06-26 18:22:26 +0200
committerGitHub <noreply@github.com>2024-06-26 09:22:26 -0700
commit0fa81ef0e5998654c19860ef7a132cebd64dfe90 (patch)
treed8320a0c5f604998e14424c03f95c589d6150fc2
parentb979180621abb7dad5805fc9734e9695fd888e34 (diff)
readme: update link to pip installation guide (#1469)main
Fixes #1468.
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 56695cc4..76bfa703 100644
--- a/README.rst
+++ b/README.rst
@@ -179,7 +179,7 @@ Alternatively, you can install ``pgcli`` as a python package using a package
manager called called ``pip``. You will need postgres installed on your system
for this to work.
-In depth getting started guide for ``pip`` - https://pip.pypa.io/en/latest/installing.html.
+In depth getting started guide for ``pip`` - https://pip.pypa.io/en/latest/installation/
::
@@ -209,7 +209,7 @@ If pip is not installed check if easy_install is available on the system.
Linux:
======
-In depth getting started guide for ``pip`` - https://pip.pypa.io/en/latest/installing.html.
+In depth getting started guide for ``pip`` - https://pip.pypa.io/en/latest/installation/
Check if pip is already available in your system.