《Pyinstaller打包教程》安装及配置

其他pyinstaller打包技巧见《Python程序打包指南》

文章目录

    • 1、文档
    • 2、安装
    • 3、错误处理

✨Pyinstaller可以打包Win、Linux、MacOS下的python程序,在什么环境下打包的就是什么平台的程序。相对来看,Pyinstaller打包的程序体积大、安全性稍差(容易反编译),但是上手相对简单一些。

1、文档

参考 URL
Documentation: https://pyinstaller.readthedocs.io/
Website: http://www.pyinstaller.org/
Code: https://github.com/pyinstaller/pyinstaller

2、安装

Pyinstalle

你可能感兴趣的:(python打包实战,python,开发语言,后端)