pyinstaller的介绍及使用
参考https://zhuanlan.zhihu.com/p/470301078。
我项目中对pyinstaller的使用主要是两步:
生成spec文件
pyi-makespec -w gui.py
编辑spec文件,然后生成exe可执行文件。
pyinstaller gui.spec
pyinstaller中spec文件介绍
pyinstaller的介绍及使用
参考https://zhuanlan.zhihu.com/p/470301078。
我项目中对pyinstaller的使用主要是两步:
生成spec文件
pyi-makespec -w gui.py
编辑spec文件,然后生成exe可执行文件。
pyinstaller gui.spec
pyinstaller中spec文件介绍