summaryrefslogtreecommitdiff
path: root/EasyInstall.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-07 02:10:14 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-07 02:10:14 +0000
commit61d2fd1d71e8940531c35327e6d91c41ddcd9dbd (patch)
tree5f3939a5ca1432303ddaffde0e34e0f685c95015 /EasyInstall.txt
parent695ddfb6724e59a51d9e523ad3e51c21b2890129 (diff)
downloadpython-setuptools-git-61d2fd1d71e8940531c35327e6d91c41ddcd9dbd.tar.gz
Bump release version
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041089
Diffstat (limited to 'EasyInstall.txt')
-rwxr-xr-xEasyInstall.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index 26661c74..8acddc1b 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -23,13 +23,13 @@ Installing "Easy Install"
-------------------------
Windows users can just download and run the `setuptools binary installer for
-Windows <http://peak.telecommunity.com/dist/setuptools-0.5a5.win32.exe>`_.
+Windows <http://peak.telecommunity.com/dist/setuptools-0.5a6.win32.exe>`_.
All others should just download `ez_setup.py
<http://peak.telecommunity.com/dist/ez_setup.py>`_, and run it; this will
download and install the `Python 2.3 egg`_ or `Python 2.4 egg`_ for you.
-.. _Python 2.3 egg: http://peak.telecommunity.com/dist/setuptools-0.5a5-py2.3.egg
-.. _Python 2.4 egg: http://peak.telecommunity.com/dist/setuptools-0.5a5-py2.4.egg
+.. _Python 2.3 egg: http://peak.telecommunity.com/dist/setuptools-0.5a6-py2.3.egg
+.. _Python 2.4 egg: http://peak.telecommunity.com/dist/setuptools-0.5a6-py2.4.egg
You may receive a message telling you about an obsolete version of
setuptools being present; if so, you must be sure to delete it entirely, along
@@ -66,7 +66,7 @@ version, and automatically downloading, building, and installing it::
**Example 2**. Install or upgrade a package by name and version by finding
links on a given "download page"::
- easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a5"
+ easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a6"
**Example 3**. Download a source distribution from a specified URL,
automatically building and installing it::