From ba0dfbd8458a85ef92cfd2e31e859783afab052f Mon Sep 17 00:00:00 2001 From: Andrew Szeto Date: Thu, 14 Sep 2017 22:56:39 -0700 Subject: [PATCH] Update crude installation instructions to properly find get-pipenv.py Changed the raw-file link for get-pipenv.py so that calling curl would lead to the actual file instead of a 302 Redirect to the file. --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 895c43c1..bf42399b 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -199,7 +199,7 @@ To upgrade pipenv at any time:: If you don't even have pip installed, you can use this crude installation method, which will boostrap your whole system:: - $ curl https://github.com/kennethreitz/pipenv/raw/master/get-pipenv.py | python + $ curl https://raw.githubusercontent.com/kennethreitz/pipenv/master/get-pipenv.py | python Congratulations, you now have pip and Pipenv installed!