summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-20 00:00:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-20 00:00:08 -0400
commit76d45c48ae73175e0aca44286c4323b631daac46 (patch)
treeb6afb2a1e0d970fd8fea5fbb6dff236ac08a9754 /README.txt
parent370e8115107724f358c753cfd7395586c7eb4081 (diff)
downloadpython-setuptools-git-76d45c48ae73175e0aca44286c4323b631daac46.tar.gz
#34: Refer to the new canonical location of the bootstrap script
--HG-- extra : rebase_source : 4468b50706cd9ab6d0ae990ee6f785b314837dba
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index d57e1258..53608bae 100755
--- a/README.txt
+++ b/README.txt
@@ -29,7 +29,7 @@ The recommended way to install setuptools on Windows is to download
`ez_setup.py`_ and run it. The script will download the appropriate .egg
file and install it for you.
-.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py
+.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
For best results, uninstall previous versions FIRST (see `Uninstalling`_).
@@ -45,7 +45,7 @@ Unix-based Systems including Mac OS X
Download `ez_setup.py`_ and run it using the target Python version. The script
will download the appropriate version and install it for you::
- > wget https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py -O - | python
+ > wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | python
Note that you will may need to invoke the command with superuser privileges to
install to the system Python.
@@ -53,7 +53,7 @@ install to the system Python.
Alternatively, on Python 2.6 and later, Setuptools may be installed to a
user-local path::
- > wget https://bitbucket.org/pypa/setuptools/downloads/ez_setup.py
+ > wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
> python ez_setup.py --user