diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:34:58 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-12 05:34:58 +0000 |
commit | 171e2214b1c4d7fa62e6007e8b35c773be71dfd5 (patch) | |
tree | bfb4c26ac9031ba0ef39eb92df57744078f28f83 /setuptools.txt | |
parent | 9a9f104b716300e6b20e6501dd32d2f16030ec65 (diff) | |
download | external_python_setuptools-171e2214b1c4d7fa62e6007e8b35c773be71dfd5.tar.gz external_python_setuptools-171e2214b1c4d7fa62e6007e8b35c773be71dfd5.tar.bz2 external_python_setuptools-171e2214b1c4d7fa62e6007e8b35c773be71dfd5.zip |
Drop links to the Windows installer; it was installing an "unmanaged"
version of setuptools!
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041119
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/setuptools.txt b/setuptools.txt index 7090c7fb..78b0d34e 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -63,10 +63,8 @@ Developer's Guide Installing ``setuptools`` ========================= -Windows users can just download and run the `setuptools binary installer for -Windows <http://peak.telecommunity.com/dist/setuptools-0.5a10.win32.exe>`_. -All others should just download `ez_setup.py`_ and run it; this will -download and install the appropriate egg for your Python version. +Download `ez_setup.py`_ and run it; this will download and install the +appropriate egg for your Python version. .. _ez_setup.py: `bootstrap module`_ |