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.
1 parent 200e73a commit ba0dfbdCopy full SHA for ba0dfbd
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