From 65b76ae3e3aa1171de28d6af7be95b594d046f96 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 9 Feb 2014 17:05:31 -0500 Subject: Updated docs to declare Python requirement prior to installation instructions. --- README.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'README.txt') 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 +`_. + .. _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 ===================== -- cgit v1.2.1