summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
==========