mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
added python notes about installing PIP'
This commit is contained in:
parent
3a4e49a6d7
commit
f8fba49532
@ -15,5 +15,10 @@
|
||||
}
|
||||
},
|
||||
"bin": [ "python.exe", "py.exe" ],
|
||||
"add_path": [ "scripts" ]
|
||||
"add_path": [ "scripts" ],
|
||||
"notes": "To use PIP to manage Python packages, run:
|
||||
`scoop install curl`
|
||||
`curl http://python-distribute.org/distribute_setup.py | python`
|
||||
`curl -k https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python`
|
||||
"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user