Commit e0d51364 authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Put the pip installation first.

parent 831ce22f
...@@ -33,19 +33,19 @@ according to the system used: ...@@ -33,19 +33,19 @@ according to the system used:
.. dagss tried other forms of ReST lists and they didn't look nice .. dagss tried other forms of ReST lists and they didn't look nice
.. with rst2latex. .. with rst2latex.
The simplest way of installing Cython is by using ``pip``:
::
pip install Cython
The newest Cython release can always be downloaded from The newest Cython release can always be downloaded from
http://cython.org. Unpack the tarball or zip file, enter the http://cython.org. Unpack the tarball or zip file, enter the
directory, and then run:: directory, and then run::
python setup.py install python setup.py install
If you have ``pip`` set up on your system (e.g. in a virtualenv or a
recent Python version), you should be able to fetch Cython from PyPI
and install it using
::
pip install Cython
For one-time builds, e.g. for CI/testing, on platforms that are not covered 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 by one of the wheel packages provided on PyPI, it is substantially faster
......
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