【pyinstaller】 打包python应用程序(1)

朱雀 2022-12-27 15:23 250阅读 0赞

【pyinstaller】 打包python应用程序(1)

  • 1.背景
  • 2.安装pyinstaller
  • 3.编辑后端逻辑
  • 4.应用打包
  • 5.资源

1.背景

本机:windows10
python:3.7.9
当软件开发结束,交付给客户的时候,我们需要进行程序打包,python应用程序打包,我推荐使用pyinstaller。

2.安装pyinstaller

这里使用清华镜像源进行安装:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyinstaller

  1. (base) C:\Users\G7>activate pyside2
  2. (pyside2) C:\Users\G7>pip install

发表评论

表情:
评论列表 (有 0 条评论,250人围观)

还没有评论,来说两句吧...

相关阅读