We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7acc51a + ba0dfbd commit 518dab0Copy full SHA for 518dab0
docs/advanced.rst
@@ -199,7 +199,7 @@ To upgrade pipenv at any time::
199
200
If you don't even have pip installed, you can use this crude installation method, which will boostrap your whole system::
201
202
- $ curl https://github.com/kennethreitz/pipenv/raw/master/get-pipenv.py | python
+ $ curl https://raw.githubusercontent.com/kennethreitz/pipenv/master/get-pipenv.py | python
203
204
Congratulations, you now have pip and Pipenv installed!
205
0 commit comments