管理包和依赖pip:管理包和依赖。链接 pypi --强烈推荐 conda:跨平台,Python 二进制包管理工具。链接 --强烈推荐 Curdling:管理 Python 包的命令行工具。链接 pip-tools:保证 Python 包依赖关系更新的工具。链接 wheel:Python 分发的新标准,意在取代 eggs。链接 --强烈推荐 ...
localshop 346 MIT- local pypi server (custom packages and auto-mirroring of pypi) bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA). devpi - PyPI server and packaging/testing/release tool. Permissions Libraries that allow or deny users access to data or functionality...
+ +源码:https://github.com/cmusphinx + + + +[PocketSphinx](https://pypi.org/project/pocketsphinx/) 是 CMU Sphinx 的 Python 封装接口。 + +源码:https://github.com/cmusphinx/pocketsphinx-python + +安装: + +``` +pip install PocketSphinx +``` + + + +添加中文语言包: + +查看 `...