Cython 3.0 中文文档
原文:Welcome to Cython's Documentation
起初就把事情做对是完全没必要的。但最后要把事情做对是绝对必要的。——Andrew Hunt & David Thomas
下载
Docker
docker pull apachecn0/cython-doc-zh
docker run -tid -p <port>:80 apachecn0/cython-doc-zh
# 访问 http://localhost:{port} 查看文档
PYPI
pip install cython-doc-zh
cython-doc-zh <port>
# 访问 http://localhost:{port} 查看文档
NPM
npm install -g cython-doc-zh
cython-doc-zh <port>
# 访问 http://localhost:{port} 查看文档