Skip to content

Commit 518dab0

Browse files
authored
Merge pull request pypa#556 from jabagawee/patch-1
Update crude installation instructions to properly find get-pipenv.py
2 parents 7acc51a + ba0dfbd commit 518dab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ To upgrade pipenv at any time::
199199

200200
If you don't even have pip installed, you can use this crude installation method, which will boostrap your whole system::
201201

202-
$ curl https://github.com/kennethreitz/pipenv/raw/master/get-pipenv.py | python
202+
$ curl https://raw.githubusercontent.com/kennethreitz/pipenv/master/get-pipenv.py | python
203203

204204
Congratulations, you now have pip and Pipenv installed!
205205

0 commit comments

Comments
 (0)