Installing Cython

Distributions

Last update: 2009-08-09

Getting a scientific Python distribution will often include a working Cython out of the box:

Ubuntu 9.4 contains Cython 0.10.

Manual installation

(On Ubuntu, make sure to first uninstall the cython package, which takes precedence.)

  1. Download latest release from http://cython.org and untar or unzip it

  2. Run (as superuser or similar) python setup.py install

In addition, a C compiler and the necesarry Python development environment are needed:

Installing (last edited 2009-08-16 10:37:32 by DagSverreSeljebotn)