Step 1: Installing Cython System AgnosticĬython can be installed with several system agnostic package management systems. To compile the C code generated by the cython compiler, a C compiler is needed. To use Cython two things are needed.The Cython package itself, which contains the cython source-to-source compiler and Cython interfaces to several C and Python libraries (for example numpy).