# cython_demo **Repository Path**: wang-chunlong/cython_demo ## Basic Information - **Project Name**: cython_demo - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-01 - **Last Updated**: 2021-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 ```commandline python3 setup.py build_ext -b dist ``` # 卸载 ```commandline python3 setup.py install --record log | xargs rm -rf ```