%general-entities; ]> Cython-&cython-version; cython Introduction to Cython The Cython package provides a compiler for writing C extensions for the Python language. Download (HTTP): Download (FTP): Installation of Cython Build the module: pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD Install the module as the root user: pip3 install --no-index --find-links=dist --no-cache-dir --no-user Cython Contents Installed Programs Installed Libraries Installed Directories cydbg, cython, and cythonize None /usr/lib/python&python3-majorver;/site-packages/Cython, /usr/lib/python&python3-majorver;/site-packages/Cython-&cython-version;.dist-info, and /usr/lib/python&python3-majorver;/site-packages/pyximport Short Descriptions cydbg is the Cython debugger cydbg cython is a compiler for code written in the Cython language. It outputs a C/C++ program which can be compiled with a C/C++ compiler cython-bin cythonize is a compiler for code written in the Cython language. It outputs an extension module which is directly importable from Python cythonize