added python notes about installing PIP'

This commit is contained in:
Luke Sampson 2013-06-26 13:45:06 +10:00
parent 3a4e49a6d7
commit f8fba49532

View File

@ -15,5 +15,10 @@
} }
}, },
"bin": [ "python.exe", "py.exe" ], "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`
"
} }