Skip to content

Commit

Permalink
Update link to pipenv in installation guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
stock1218 committed Feb 17, 2020
1 parent b1631b0 commit ae0a497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/install.rst
Expand Up @@ -17,7 +17,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,
If you don't have `pipenv <https://pipenv.kennethreitz.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://docs.python-guide.org/starting/installation/>`_
can guide you through the process.

Expand Down

0 comments on commit ae0a497

Please sign in to comment.