diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-09 17:05:31 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-09 17:05:31 -0500 |
commit | 347bc36a560b5a654425f7fed82425c75f53c8ac (patch) | |
tree | be6438ed7c10c494c0bb55c3488d6a889d2986c0 /README.txt | |
parent | 218edf460fb1fb347656a76b1f1a8adf326a146f (diff) | |
download | python-setuptools-bitbucket-347bc36a560b5a654425f7fed82425c75f53c8ac.tar.gz |
Updated docs to declare Python requirement prior to installation instructions.
Diffstat (limited to 'README.txt')
-rwxr-xr-x | README.txt | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 ===================== |