Commit 4f4205f6 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.24.x'

parents bc199bd1 9e9a6299
......@@ -40,21 +40,16 @@ directory, and then run::
python setup.py install
If you have Python setuptools set up on your system, you should be
able to fetch Cython from PyPI and install it using::
easy_install Cython
or
able to fetch Cython from PyPI and install it using
::
pip install Cython
For Windows there is also a wheel package available for download.
For one-time builds, e.g. for CI/testing, on platforms that are not covered
by one of the wheel packages provided on PyPI, it is substantially faster
than a full source build to install an uncompiled (slower) version of Cython with
than a full source build to install an uncompiled (slower) version of Cython
with
::
......
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