cython
A language for writing Python extension modules
Install
- All systems
-
curl cmd.cat/cython.sh
- Debian
-
apt-get install Cython
- Ubuntu
-
apt-get install Cython
- Arch Linux
-
pacman -S Cython
- Kali Linux
-
apt-get install Cython
- CentOS
-
yum install Cython
- Fedora
-
dnf install Cython
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install Cython
- Raspbian
-
apt-get install Cython
- Dockerfile
- dockerfile.run/cython
Cython
A language for writing Python extension modules
python2-Cython
This is a development version of Pyrex, a language
for writing Python extension modules. Python 2 version.