Python .py文件打包为exe
2018-06-26 本文已影响0人
e26f55e7ec23
需要安装Pyinstaller
在CMD命令行中运行
pyinstaller -F "C:\Users\L1308\Desktop\Python Demo\project\人力资源分析\sole_zhilian.py"
-F:打包为一个exe文件
生成文件在:C:\Users\L1308\dist
需要安装Pyinstaller
在CMD命令行中运行
pyinstaller -F "C:\Users\L1308\Desktop\Python Demo\project\人力资源分析\sole_zhilian.py"
-F:打包为一个exe文件
生成文件在:C:\Users\L1308\dist