Commit 65b76ae3 authored by Jason R. Coombs's avatar Jason R. Coombs

Updated docs to declare Python requirement prior to installation instructions.

parent 972daaf2
...@@ -14,6 +14,10 @@ The recommended way to bootstrap setuptools on any system is to download ...@@ -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 operating systems have different recommended techniques to accomplish this
basic routine, so here are some examples to get you started. 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 .. _ez_setup.py: https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
Windows 8 (Powershell) Windows 8 (Powershell)
...@@ -81,13 +85,6 @@ Unix including Mac OS X (curl) ...@@ -81,13 +85,6 @@ Unix including Mac OS X (curl)
If your system has curl installed, follow the ``wget`` instructions but If your system has curl installed, follow the ``wget`` instructions but
replace ``wget`` with ``curl`` and ``-O`` with ``-o``. 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 Advanced Installation
===================== =====================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment