Merge pull request #5325 from nawatts/install-pip-link

Change link for pip installation instructions
This commit is contained in:
Nate Prewitt
2020-01-25 10:19:34 -08:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ To install Requests, simply run this simple command in your terminal of choice::
$ pipenv install requests
If you don't have `pipenv <http://pipenv.org/>`_ installed (tisk tisk!), head over to the Pipenv website for installation instructions. Or, if you prefer to just use pip and don't have it installed,
`this Python installation guide <https://requests.readthedocs.io/en/master/user/install/>`_
`this Python installation guide <https://docs.python-guide.org/starting/installation/>`_
can guide you through the process.
Get the Source Code