From b52565a6d316a0444f9a56ae993bb9aab5b6f83a Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Wed, 6 Jul 2005 03:47:04 +0000 Subject: Bump version to 0.5a5. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041081 --- EasyInstall.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'EasyInstall.txt') diff --git a/EasyInstall.txt b/EasyInstall.txt index f23a23b8..0b5b8331 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 `_. +Windows `_. All others should just download `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.5a4-py2.3.egg -.. _Python 2.4 egg: http://peak.telecommunity.com/dist/setuptools-0.5a4-py2.4.egg +.. _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 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.5a4" + easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a5" **Example 3**. Download a source distribution from a specified URL, automatically building and installing it:: -- cgit v1.2.1