1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 01:08:51 +03:00

readme: update link to pip installation guide (#1469)

Fixes #1468.
This commit is contained in:
Damien Baty 2024-06-26 18:22:26 +02:00 committed by GitHub
parent b979180621
commit 0fa81ef0e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.