aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-09 17:05:31 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-09 17:05:31 -0500
commit65b76ae3e3aa1171de28d6af7be95b594d046f96 (patch)
tree07b551395d19d438d93e63abc1a12cd1ca62576f
parent972daaf261612e7d6cfd7e23082e275aba69f5f3 (diff)
downloadexternal_python_setuptools-65b76ae3e3aa1171de28d6af7be95b594d046f96.tar.gz
external_python_setuptools-65b76ae3e3aa1171de28d6af7be95b594d046f96.tar.bz2
external_python_setuptools-65b76ae3e3aa1171de28d6af7be95b594d046f96.zip
Updated docs to declare Python requirement prior to installation instructions.
-rwxr-xr-xREADME.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.txt b/README.txt
index 2e5ca8fd..4871735d 100755
--- a/README.txt
+++ b/README.txt
@@ -14,6 +14,10 @@ The recommended way to bootstrap setuptools on any system is to download
operating systems have different recommended techniques to accomplish this
basic routine, so here are some examples to get you started.
+Setuptools requires Python 2.6 or later. To install setuptools
+on Python 2.4 or Python 2.5, use the `bootstrap script for Setuptools 1.x
+<https://bitbucket.org/pypa/setuptools/raw/bootstrap-py24/ez_setup.py>`_.
+
.. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
Windows 8 (Powershell)
@@ -81,13 +85,6 @@ Unix including Mac OS X (curl)
If your system has curl installed, follow the ``wget`` instructions but
replace ``wget`` with ``curl`` and ``-O`` with ``-o``.
-Python 2.4 and Python 2.5 support
-=================================
-
-Setuptools 2.0 and later requires Python 2.6 or later. To install setuptools
-on Python 2.4 or Python 2.5, use the bootstrap script for Setuptools 1.x:
-https://bitbucket.org/pypa/setuptools/raw/bootstrap-py24/ez_setup.py.
-
Advanced Installation
=====================