From b1631b03bc8dbff0266225b2ecebed9880449c32 Mon Sep 17 00:00:00 2001 From: John Samuels Date: Mon, 17 Feb 2020 21:46:26 +0000 Subject: [PATCH 1/2] Update link to pipenv in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed45557d16..89bd95a16a 100644 --- a/README.md +++ b/README.md @@ -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 From ae0a497b0c8506f6187167da8d181fa400fd08f8 Mon Sep 17 00:00:00 2001 From: John Samuels Date: Mon, 17 Feb 2020 21:47:34 +0000 Subject: [PATCH 2/2] Update link to pipenv in installation guide. --- docs/user/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index 73e69f2946..6cd6d65586 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -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 `_ 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 `_ 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 `_ can guide you through the process.