summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-21 14:13:23 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-21 14:13:23 -0700
commite6cddf9cc34eecb2c1cc4be1ae9b294483b14a71 (patch)
tree417e2a81998655d8cfaaa29dda7e378f6573c32f
parent7a27321d831f645dc8f099d1edec0dd8de2a0d20 (diff)
downloadpystache-e6cddf9cc34eecb2c1cc4be1ae9b294483b14a71.tar.gz
Added a note to the README re: installing an older version of simplejson.
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index ae3980e..0c140b4 100644
--- a/README.rst
+++ b/README.rst
@@ -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
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
==========