Commit 823e7895 authored by Stefan Behnel's avatar Stefan Behnel

add note on faster one-time build installation to PyPI package description

parent 93b91bba
......@@ -296,6 +296,11 @@ setup(
C/C++ libraries, and for fast C modules that speed up the execution of
Python code.
Note that for CI and test builds that use Cython for one-time compilation,
you can speed up the Cython installation with::
pip install Cython --install-option="--no-cython-compile"
.. _Pyrex: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
"""),
license='Apache',
......
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