add note on what versions support py25 and py24

This commit is contained in:
Marcus Smith 2013-03-11 22:02:39 -07:00
parent e4b5d3d75e
commit 0e3e38533f
1 changed files with 6 additions and 1 deletions

View File

@ -14,10 +14,15 @@ Installation
Python & OS Support
-------------------
pip works with CPython versions 2.5, 2.6, 2.7, 3.1, 3.2, 3.3 and also pypy.
pip v1.4 works with CPython versions 2.6, 2.7, 3.1, 3.2, 3.3 and also pypy.
pip works on Unix/Linux, OS X, and Windows.
.. note::
Python 2.5 was supported through v1.3.1, and Python 2.4 was supported through v1.1.
Using virtualenv
----------------