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

fijal at codespeak.net fijal at codespeak.net
Tue Mar 9 18:37:15 CET 2010


Author: fijal
Date: Tue Mar  9 18:37:14 2010
New Revision: 71983

Modified:
   pypy/extradoc/pypy.org/source/README
Log:
update readme


Modified: pypy/extradoc/pypy.org/source/README
==============================================================================
--- pypy/extradoc/pypy.org/source/README	(original)
+++ pypy/extradoc/pypy.org/source/README	Tue Mar  9 18:37:14 2010
@@ -4,10 +4,10 @@
 
 by running 
 
-yatiblog <path to website dir> you'll get a website subdirectory which
-contains all necessary stuff to upload and deploy.
+yatiblog <path to website dir> -o <output path> you'll get output in
+output directory that contains all necessary stuff to upload and deploy.
 
-Other required dependencies (argh):
-    * "genshi" from http://genshi.edgewall.org/
+Other required dependencies:
+    * "genshi" from "easy_install genshi"
     * "pygments" from "easy_install pygments"
-    * "yaml" from ... (I give up at that point, as this doesn't compile)
+    * "yaml" from "apt-get install libyaml", "easy_install pyyaml"



More information about the Pypy-commit mailing list