1
0
mirror of https://github.com/httpie/cli.git synced 2026-06-09 21:06:52 +02:00

Update get-pip.py URL

This commit is contained in:
Jakub Roztocil
2016-01-01 18:46:01 -03:00
parent b034c8703a
commit 4e2b6b0ccc
+1 -1
View File
@@ -8,7 +8,7 @@ init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install -e ."
test_script: