Build import cythonize setup( name = "Hello World", ext_modules = cythonize('program.pyx'), ). Running it with python setup.py build_ext --inplace will ...
確定! 回上一頁