We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In order to install Cython you will need the gcc compiler, std c libraries and python source. In an Ubuntu system you can install them with:
sudo apt-get install build-essentials make python-dev
After successful installation you can install Cython either at your system's python or at your virtualenv with:
pip install cython