摘要: python -m pip install nuitka python -m nuitka --module some_module.py 更多 https://nuitka.net/doc/user-manual.html 阅读全文
posted @ 2022-10-26 21:22 MasonLee 阅读(174) 评论(0) 推荐(0)
摘要: 安装必要的Python包 pip install setuptools pip install wheel 打包 pip wheel . 阅读全文
posted @ 2022-10-26 20:28 MasonLee 阅读(86) 评论(0) 推荐(0)