[Python-checkins] python/nondist/sandbox/setuptools EasyInstall.txt, 1.16, 1.17

pje@users.sourceforge.net pje at users.sourceforge.net
Mon Jul 4 20:44:28 CEST 2005


Update of /cvsroot/python/python/nondist/sandbox/setuptools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9525

Modified Files:
	EasyInstall.txt 
Log Message:
Add missing download links


Index: EasyInstall.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/setuptools/EasyInstall.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- EasyInstall.txt	27 Jun 2005 00:31:02 -0000	1.16
+++ EasyInstall.txt	4 Jul 2005 18:44:26 -0000	1.17
@@ -26,8 +26,12 @@
 Windows <http://peak.telecommunity.com/dist/setuptools-0.5a4.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 correct version of ``setuptools`` for your Python
-version.  You may receive a message telling you about an obsolete version of
+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
+
+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
 with the old ``pkg_resources`` module if it's present on ``sys.path``.
 
@@ -74,7 +78,7 @@
     easy_install /my_downloads/OtherPackage-3.2.1-py2.3.egg
 
 **Example 5**.  Upgrade an already-installed package to the latest version
-listed on PyPI:
+listed on PyPI::
 
     easy_install --upgrade PyProtocols
 



More information about the Python-checkins mailing list