From 7b32a3831a9489458025f1e839f198ad50c0ed9c Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Fri, 28 Jun 2013 21:24:51 +0000 Subject: [PATCH] [Doc] Add Cython to list of requirements for the Python module --- doc/sphinx/compiling.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/compiling.rst b/doc/sphinx/compiling.rst index 6c8389fb2..faa93cf7c 100644 --- a/doc/sphinx/compiling.rst +++ b/doc/sphinx/compiling.rst @@ -35,7 +35,11 @@ Linux * Building the python module also requires:: - python-dev python-numpy python-numpy-dev + cython python-dev python-numpy python-numpy-dev + +* The minimum compatible Cython version is 0.17. If your distribution does not + contain a suitable version, you may be able to install a more recent version + using `easy_install` or `pip`. * Building the Fortran interface also requires gfortran or another supported Fortran compiler. @@ -404,7 +408,7 @@ Optional Programs * `Cython `_ - * Required to build the new Python module + * Required to build the Python module * Known to work with versions 0.17 and 0.18. Expected to work with versions >= 0.17. * Supports Python 2.7 and 3.2. Expected to work with versions >= 3.2.