Python项目打包成wheel

安装必要的Python包

pip install setuptools
pip install wheel

打包

pip wheel .
posted @ 2022-10-26 20:28  MasonLee  阅读(86)  评论(0)    收藏  举报