Commit d628f780 authored by Stefan Behnel's avatar Stefan Behnel

mention --no-cython-compile switch also in the installation docs

parent 823e7895
...@@ -50,8 +50,15 @@ or ...@@ -50,8 +50,15 @@ or
pip install cython pip install cython
For Windows there is also an executable installer available for For Windows there is also a wheel package available for download.
download.
For one-time builds, e.g. on CI and test servers, it is substantially
faster to install an uncompiled (slower) version of Cython with
::
pip install Cython --install-option="--no-cython-compile"
.. [Anaconda] http://docs.continuum.io/anaconda/ .. [Anaconda] http://docs.continuum.io/anaconda/
.. [Canopy] https://enthought.com/products/canopy/ .. [Canopy] https://enthought.com/products/canopy/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment