pip install pyinstaller -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

进入到app目录下

pyinstaller -F 主程序.py

会在当前目录下生成dist目录,目录下是打包好的exe程序

相关文章:

  • 2021-06-07
  • 2021-10-26
  • 2020-02-23
  • 2022-12-23
  • 2021-11-04
  • 2021-10-15
  • 2022-12-23
猜你喜欢
  • 2022-01-22
  • 2021-07-29
  • 2021-12-26
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案