pyinstaller 生成exe

第一步安装pyinstaller

第二部生成xxx.spec

pyi-makespec -w xxx.py

第三步生成exe

pyinstaller xxx.spec

你可能感兴趣的:(python,pytest,virtualenv,fastapi,scikit-learn,flask,pandas)