[pypy-svn] r72005 - pypy/extradoc/pypy.org/source

benjamin at codespeak.net benjamin at codespeak.net
Wed Mar 10 01:18:23 CET 2010


Author: benjamin
Date: Wed Mar 10 01:18:21 2010
New Revision: 72005

Modified:
   pypy/extradoc/pypy.org/source/README
Log:
json is needed, too

Modified: pypy/extradoc/pypy.org/source/README
==============================================================================
--- pypy/extradoc/pypy.org/source/README	(original)
+++ pypy/extradoc/pypy.org/source/README	Wed Mar 10 01:18:21 2010
@@ -9,6 +9,7 @@
 
 Other required dependencies:
     * "docutils" from "easy_install docutils"
+    * "simplejson" from "easy_install simplejson"
     * "genshi" from "easy_install genshi"
     * "pygments" from "easy_install pygments"
     * "yaml" from "apt-get install libyaml-dev", "easy_install pyyaml"



More information about the Pypy-commit mailing list