diff --git a/python.json b/python.json index a7c0875345..3fc6183503 100644 --- a/python.json +++ b/python.json @@ -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` + " } \ No newline at end of file