赞
踩
1、创建虚拟环境
- conda create -n ur_name python=3.7
- pip install -r requirement.txt
2、配置文件生成
- cd ur_project
- py2applet --make-setup __main__.py
3、APP打包
- # 编辑setup.py文件,具体参考本文文献
- python setup.py py2app
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。