diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-12-29 20:47:51 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2016-01-16 12:18:26 +0100 |
commit | 4aa9d578b85889530baec8a79a5570435eb0d5e1 (patch) | |
tree | ee202010e166e84810838e843cff609fea4704ac /doc | |
parent | 4b43d20fec0eda4a8f02e843b3e6e454bb243f49 (diff) | |
download | numpy-4aa9d578b85889530baec8a79a5570435eb0d5e1.tar.gz |
DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/user/building.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index d6ca622f9..6d5f8c1b3 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -45,6 +45,12 @@ Building NumPy requires the following software installed: can be used, including optimized LAPACK libraries such as ATLAS, MKL or the Accelerate/vecLib framework on OS X. +4) Cython + + To build development versions of Numpy, you'll need a recent version of + Cython. Released Numpy sources on PyPi include the C files generated from + Cython code, so for released versions having Cython installed isn't needed. + Basic Installation ------------------ |