From 70f1a44d68d9c45ca2c0f062ced115476317edc0 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 4 Apr 2011 13:54:37 +0200 Subject: Updated name of installer script to get-pip.py and updated docs to mention that script in the installation instructions. --- contrib/build-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/build-installer b/contrib/build-installer index 4fa9a1c5d..12b4ea6f6 100755 --- a/contrib/build-installer +++ b/contrib/build-installer @@ -5,7 +5,7 @@ import sys from packager import generate_script here = os.path.dirname(os.path.abspath(__file__)) -file_name = os.path.join(here, 'install-pip.py') +file_name = os.path.join(here, 'get-pip.py') def main(): sys.stdout.write("Creating pip bootstrapper...") -- cgit v1.2.1