diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-06-05 00:48:11 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-06-05 00:48:11 +0000 |
| commit | ecd324d7942eac9d09d274e3a70b0e2cd5106057 (patch) | |
| tree | dc2310be951d7fcdee6ff490e8ecc7c8f87b6c40 | |
| parent | 06afb1cd6df106cb1bc10f69b5b0117680bb2aa1 (diff) | |
| download | python-setuptools-git-ecd324d7942eac9d09d274e3a70b0e2cd5106057.tar.gz | |
Updated for v0.3a4
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041037
| -rwxr-xr-x | EasyInstall.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index d3eefbf5..6635320e 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -24,9 +24,9 @@ Installing "Easy Install" Unix-like Systems (including Mac OS X and Cygwin) 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 - <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 that these scripts assume you have ``python2.3`` or ``python2.4`` accessible 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) your Python version:: # 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 - 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 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 ``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 |
