diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-10 09:27:33 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-08-10 09:27:33 -0400 |
commit | 8f7b0128ebb408b980162863eb865bf9e6e3ce22 (patch) | |
tree | 9e07c5d1be19544f59fc314942c86149108eb132 | |
parent | 3e6dd67c4ae9a6df3c25fb4a04d62f7297d47f3b (diff) | |
download | external_python_setuptools-8f7b0128ebb408b980162863eb865bf9e6e3ce22.tar.gz external_python_setuptools-8f7b0128ebb408b980162863eb865bf9e6e3ce22.tar.bz2 external_python_setuptools-8f7b0128ebb408b980162863eb865bf9e6e3ce22.zip |
Minimum Python version is 2.4
-rw-r--r-- | docs/easy_install.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 92e770b7..03f816de 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -35,9 +35,8 @@ 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.3.5, or if you are on a 64-bit platform, Python -2.4. An ``easy_install`` script will be installed in the normal location for -Python scripts on your platform. +You will need at least Python 2.4. 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 are installling to Python's primary ``site-packages`` directory. If this is |