Commit ca83a912 authored by PJ Eby's avatar PJ Eby

Add missing download links

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041074
parent 643acd6a
...@@ -26,8 +26,12 @@ Windows users can just download and run the `setuptools binary installer for ...@@ -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>`_. Windows <http://peak.telecommunity.com/dist/setuptools-0.5a4.win32.exe>`_.
All others should just download `ez_setup.py All others should just download `ez_setup.py
<http://peak.telecommunity.com/dist/ez_setup.py>`_, and run it; this will <http://peak.telecommunity.com/dist/ez_setup.py>`_, and run it; this will
download and install the correct version of ``setuptools`` for your Python download and install the `Python 2.3 egg`_ or `Python 2.4 egg`_ for you.
version. You may receive a message telling you about an obsolete version of
.. _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 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``. with the old ``pkg_resources`` module if it's present on ``sys.path``.
...@@ -74,7 +78,7 @@ automatically building and installing it:: ...@@ -74,7 +78,7 @@ automatically building and installing it::
easy_install /my_downloads/OtherPackage-3.2.1-py2.3.egg easy_install /my_downloads/OtherPackage-3.2.1-py2.3.egg
**Example 5**. Upgrade an already-installed package to the latest version **Example 5**. Upgrade an already-installed package to the latest version
listed on PyPI: listed on PyPI::
easy_install --upgrade PyProtocols easy_install --upgrade PyProtocols
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment