Commit ecd324d7 authored by PJ Eby's avatar PJ Eby

Updated for v0.3a4

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041037
parent 06afb1cd
...@@ -24,9 +24,9 @@ Installing "Easy Install" ...@@ -24,9 +24,9 @@ Installing "Easy Install"
Unix-like Systems (including Mac OS X and Cygwin) Unix-like Systems (including Mac OS X and Cygwin)
Download either the `Python 2.3 easy_install shell script Download either the `Python 2.3 easy_install shell script
<http://peak.telecommunity.com/dist/ez_install-0.3a3-py2.3-unix.sh>`_ or the <http://peak.telecommunity.com/dist/ez_install-0.3a4-py2.3-unix.sh>`_ or the
`Python 2.4 easy_install shell script `Python 2.4 easy_install shell script
<http://peak.telecommunity.com/dist/ez_install-0.3a3-py2.4-unix.sh>`_. Place <http://peak.telecommunity.com/dist/ez_install-0.3a4-py2.4-unix.sh>`_. Place
the file somewhere on your PATH, after renaming it to ``easy_install``. Note the file somewhere on your PATH, after renaming it to ``easy_install``. Note
that these scripts assume you have ``python2.3`` or ``python2.4`` accessible that these scripts assume you have ``python2.3`` or ``python2.4`` accessible
via the ``PATH`` environment variable. Then, you can use ``easy_install`` to via the ``PATH`` environment variable. Then, you can use ``easy_install`` to
...@@ -34,15 +34,15 @@ Unix-like Systems (including Mac OS X and Cygwin) ...@@ -34,15 +34,15 @@ Unix-like Systems (including Mac OS X and Cygwin)
your Python version:: your Python version::
# Python 2.3 # Python 2.3
easy_install http://peak.telecommunity.com/dist/setuptools-0.3a3-py2.3.egg easy_install http://peak.telecommunity.com/dist/setuptools-0.3a4-py2.3.egg
# Python 2.4 # Python 2.4
easy_install http://peak.telecommunity.com/dist/setuptools-0.3a3-py2.4.egg easy_install http://peak.telecommunity.com/dist/setuptools-0.3a4-py2.4.egg
All Other Systems All Other Systems
Download the `easy_install (aka setuptools) source distribution Download the `easy_install (aka setuptools) source distribution
<http://peak.telecommunity.com/dist/setuptools-0.3a3.zip>`_, and follow the <http://peak.telecommunity.com/dist/setuptools-0.3a4.zip>`_, and follow the
normal procedure for installing a source package with distutils. An normal procedure for installing a source package with distutils. An
``easy_install.py`` script will be installed in the normal location for ``easy_install.py`` script will be installed in the normal location for
Python scripts on your platform. In the examples below, you'll need to Python scripts on your platform. In the examples below, you'll need to
......
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