需要安裝Pyinstaller
在CMD命令行中運(yùn)行
pyinstaller -F "C:\Users\L1308\Desktop\Python Demo\project\人力資源分析\sole_zhilian.py"
-F:打包為一個(gè)exe文件
生成文件在:C:\Users\L1308\dist
需要安裝Pyinstaller
在CMD命令行中運(yùn)行
pyinstaller -F "C:\Users\L1308\Desktop\Python Demo\project\人力資源分析\sole_zhilian.py"
-F:打包為一個(gè)exe文件
生成文件在:C:\Users\L1308\dist