Skip to content

Commit ba0dfbd

Browse files
authored
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.
1 parent 200e73a commit ba0dfbd

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)