Commit e6cddf9c by Chris Jerdonek

Added a note to the README re: installing an older version of simplejson.

parent 7a27321d
...@@ -37,6 +37,10 @@ Python's json_ module was added in Python 2.6. Moreover, we require an ...@@ -37,6 +37,10 @@ Python's json_ module was added in Python 2.6. Moreover, we require an
earlier version of simplejson for Python 2.4 since simplejson stopped earlier version of simplejson for Python 2.4 since simplejson stopped
officially supporting Python 2.4 with version 2.1.0. officially supporting Python 2.4 with version 2.1.0.
An earlier version of simplejson can be installed manually, as follows: ::
pip install 'simplejson<2.1.0'
Install It Install It
========== ==========
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment