pip install pyinstaller
时间: 2023-04-26 13:05:17 浏览: 155
pyinstaller
5星 · 资源好评率100%
PyInstaller 是一个用于将 Python 程序打包成独立的可执行文件的工具。
要安装 PyInstaller,请在命令行中输入:
```
pip install pyinstaller
```
请注意,在 Windows 中使用 pip 安装 PyInstaller 需要先安装 Python 和 pip。
阅读全文