BlueXIII's Blog

热爱技术,持续学习

0%

Setuptool学习笔记

Setuptool

官网

教程

https://www.escapelife.site/posts/fc616494.html
https://pycharm.iswbm.com/
https://zhuanlan.zhihu.com/p/276461821

打egg包

1
python setup.py bdist_egg

安装

1
2
python setup.py install
python setup.py develop

pyinstaller

官网

教程