diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-07-11 04:21:57 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-07-11 04:21:57 +0000 |
| commit | cd6fbcf869468bc61cc071b2751d858054ce8549 (patch) | |
| tree | bd28e4e6ce34eff1d0b24a9aa5343f1624ef3596 /EasyInstall.txt | |
| parent | d73eb6d059ce9ef94848b918c52453e39a0d213d (diff) | |
| download | python-setuptools-git-cd6fbcf869468bc61cc071b2751d858054ce8549.tar.gz | |
Update to 0.5a9, add zip_safe flag, and fix a doc error.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041116
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 91d2e5c3..435ead05 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -29,7 +29,7 @@ Installing "Easy Install" ------------------------- Windows users can just download and run the `setuptools binary installer for -Windows <http://peak.telecommunity.com/dist/setuptools-0.5a8.win32.exe>`_. +Windows <http://peak.telecommunity.com/dist/setuptools-0.5a9.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 appropriate ``setuptools`` egg for your Python @@ -70,7 +70,7 @@ version, and automatically downloading, building, and installing it:: **Example 2**. Install or upgrade a package by name and version by finding links on a given "download page":: - easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a8" + easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a9" **Example 3**. Download a source distribution from a specified URL, automatically building and installing it:: |
