diff --git a/docs/src/quickstart/install.rst b/docs/src/quickstart/install.rst index 3a7083dd4d991ce26c4c10cc7df69bd2e989fa93..07f48fea2aa9f1909d0a298cddad78619952cbaa 100644 --- a/docs/src/quickstart/install.rst +++ b/docs/src/quickstart/install.rst @@ -33,19 +33,19 @@ according to the system used: .. dagss tried other forms of ReST lists and they didn't look nice .. with rst2latex. +The simplest way of installing Cython is by using ``pip``: + +:: + + pip install Cython + + The newest Cython release can always be downloaded from http://cython.org. Unpack the tarball or zip file, enter the directory, and then run:: 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 by one of the wheel packages provided on PyPI, it is substantially faster