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.
This commit is contained in:
Andrew Szeto
2017-09-14 22:56:39 -07:00
committed by GitHub
parent 200e73a321
commit ba0dfbd845
+1 -1
View File
@@ -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!