From f8fba49532f265568b2edf36eccc5a8bab3210f3 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Wed, 26 Jun 2013 13:45:06 +1000 Subject: [PATCH] added python notes about installing PIP' --- python.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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