macOS
/ binaries
/
cython
/usr/local/bin/cython
Compile .py or .pyx file into a C/C++ file
The
cython
command takes a .py or .pyx file and compiles it into a C/C++ file
source:
github.com