Skip to content

Commit

Permalink
readme: update link to pip installation guide (#1469)
Browse files Browse the repository at this point in the history
Fixes #1468.
  • Loading branch information
dbaty authored Jun 26, 2024
1 parent b979180 commit 0fa81ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

::

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 0fa81ef

Please sign in to comment.