diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,11 +7,11 @@ This branch is for use in extreme situations where you cannot upgrade from Pytho There is no release of this egg, you will rather want to check it out: - git clone https://github.com/simplejson/simplejson.git --branch python2.2 + git clone https://github.com/simplejson/simplejson.git --branch python2.2 Add install it in your old python: - python2.2 setup.py install + python2.2 setup.py install Any features missing from the mainline version need to be coded in by hand. I hope this is useful, it should be better than starting from scratch! |
