docs: Python 2.5 is supported now.

This commit is contained in:
Kenneth Reitz
2011-02-21 02:32:20 -05:00
parent 23c1831144
commit 9ab277a468
+1 -1
View File
@@ -55,7 +55,7 @@ However, if performance is important to you (and it should be), you can install
$ pip install PyYAML
If you're using Python 2.5 (currently unsupported), you should also install the **simplejson** module. If you're using Python 2.6+, the built-in **json** module is already optimized and in use. ::
If you're using Python 2.5, you should also install the **simplejson** module (pip will do this for you). If you're using Python 2.6+, the built-in **json** module is already optimized and in use. ::
$ pip install simplejson