cygdb
A language for writing Python extension modules
Install
- All systems
-
curl cmd.cat/cygdb.sh
- Debian
-
apt-get install Cython
- Ubuntu
-
apt-get install Cython
- Arch Linux
-
pacman -S Cython
- Kali Linux
-
apt-get install Cython
- Fedora
-
dnf install python3-Cython
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install Cython
- Raspbian
-
apt-get install Cython
- Dockerfile
- dockerfile.run/cygdb
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.