Update link to pipenv in README.

This commit is contained in:
John Samuels
2020-02-17 21:46:26 +00:00
parent a9906536ee
commit b1631b03bc
+1 -1
View File
@@ -89,7 +89,7 @@ Requests is ready for the demands of building robust and reliable HTTPspeak 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