第 13 章 python to exe
目录
- 13.1. pyinstaller
-
- 13.1.1. Linux
- 13.2. py2exe
13.1. pyinstaller
http://www.pyinstaller.org/
13.1.1. Linux
安装
pip install pyinstaller
制作EXE文件
$ pyinstaller test.py
dist目录下会生成可执行文件
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。