[Lxml-checkins] r46191 - lxml/trunk/doc

scoder at codespeak.net scoder at codespeak.net
Thu Aug 30 14:31:56 CEST 2007


Author: scoder
Date: Thu Aug 30 14:31:55 2007
New Revision: 46191

Modified:
   lxml/trunk/doc/build.txt
Log:
require Cython 0.9.6.5

Modified: lxml/trunk/doc/build.txt
==============================================================================
--- lxml/trunk/doc/build.txt	(original)
+++ lxml/trunk/doc/build.txt	Thu Aug 30 14:31:55 2007
@@ -33,10 +33,13 @@
 be an lxml developer, you do need a working Cython installation.  You can use
 EasyInstall_ to install it::
 
-    easy_install Cython
+    easy_install Cython==0.9.6.5
 
 .. _EasyInstall: http://peak.telecommunity.com/DevCenter/EasyInstall
 
+lxml currently requires Cython 0.9.6.5, but it should work with later
+versions.
+
 
 Subversion
 ----------


More information about the lxml-checkins mailing list