I would like faster cythonize. The code for one .pyx is
from distutils.core import setup from Cython.Build import cythonize setup( ext_modules = cythonize("MyFile.pyx") )
What if i want cythonize
What will be the python code for setup.py in both cases?
python installation compilation setup.py cython
octoback
source share