mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #5346 from stock1218/master
Update pipenv links in README and installation guide.
This commit is contained in:
@@ -89,7 +89,7 @@ Requests is ready for the demands of building robust and reliable HTTP–speak a
|
||||
Requests Module Installation
|
||||
----------------------------
|
||||
|
||||
The recommended way to intall the `requests` module is to simply use [`pipenv`](http://pipenv.org/) (or `pip`, of
|
||||
The recommended way to intall the `requests` module is to simply use [`pipenv`](https://pipenv.kennethreitz.org) (or `pip`, of
|
||||
course):
|
||||
|
||||
```console
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user