from Cython.Build import cythonize. setup(. ext_modules=cythonize("helloworld.pyx"). ) Run command python setup.py build_ext --inplace.
確定! 回上一頁