summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-07-04 18:44:26 +0000
committerPJ Eby <distutils-sig@python.org>2005-07-04 18:44:26 +0000
commitca83a912c2bb677c72c0ee807198f90748af9204 (patch)
tree1482ea172ce188d4fc93742d02223fd958cdbaa2
parent643acd6ad1eb4aeebac199c91af001181c7786f3 (diff)
downloadpython-setuptools-git-ca83a912c2bb677c72c0ee807198f90748af9204.tar.gz
Add missing download links
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041074
-rwxr-xr-xEasyInstall.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index 95b14b4a..1ce7b459 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -26,8 +26,12 @@ Windows users can just download and run the `setuptools binary installer for
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 @@ automatically building and installing it::
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