diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:00:15 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:00:15 -0500 |
commit | dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0 (patch) | |
tree | 7bd004ed70974f6cf512768a1d27275388a110be /docs/easy_install.txt | |
parent | 1e811c32250676cc83e79e4063d5420eb72a8f83 (diff) | |
download | external_python_setuptools-dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0.tar.gz external_python_setuptools-dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0.tar.bz2 external_python_setuptools-dbe5fff6e83e67c7249c38ab4bde5d70e80e5ad0.zip |
Drop support for Python 2.5 and Python 2.4. Fixes #41.
Diffstat (limited to 'docs/easy_install.txt')
-rw-r--r-- | docs/easy_install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index a69ddd59..6739ba16 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -35,7 +35,7 @@ Please see the `setuptools PyPI page <https://pypi.python.org/pypi/setuptools>`_ for download links and basic installation instructions for each of the supported platforms. -You will need at least Python 2.4. An ``easy_install`` script will be +You will need at least Python 2.6. An ``easy_install`` script will be installed in the normal location for Python scripts on your platform. Note that the instructions on the setuptools PyPI page assume that you are |