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 | 4aabd17be0713b2d0d6a1dd5d63279110294a884 (patch) | |
| tree | 98217eca6c78f1cb70e606851e88fdbc3bffcbe2 /docs | |
| parent | f6f1221d96577a7ca99170df4fac572e2093f07e (diff) | |
| download | python-setuptools-bitbucket-4aabd17be0713b2d0d6a1dd5d63279110294a884.tar.gz | |
Minimum Python version is 2.4
Diffstat (limited to 'docs')
| -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 |
