From 7138d8b0e305e8b8c8348e2526c8580d6d7db192 Mon Sep 17 00:00:00 2001 From: Nick Watts Date: Sat, 25 Jan 2020 12:09:10 -0500 Subject: [PATCH] Change link for pip installation instructions --- 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 bc32244f..73e69f29 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -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 `_ 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 `_ +`this Python installation guide `_ can guide you through the process. Get the Source Code