安装第三方库

安装方法1:

在cmd命令行输入:pip install pyinstall

安装方法2:

去官网下载pyinstall包:http://www.pyinstaller.org/

下载下来后,切换到pyinstaller的目录,按住 shift 键,右击 " 在此处打开Powershell 窗口(S)"--打开当前目录的命令行。

Python--第三方库PyInstaller库(安装与使用)

 在命令行输入:python setup.py install  即可安装

pyinstaller的使用

cmd命令行输入:pyinstaller -F <文件名.py>

Python--第三方库PyInstaller库(安装与使用)

Python--第三方库PyInstaller库(安装与使用)

 

相关文章:

  • 2022-12-23
  • 2021-04-29
  • 2022-01-01
  • 2021-11-08
猜你喜欢
  • 2021-07-12
  • 2021-09-10
  • 2021-07-17
  • 2021-12-27
  • 2022-01-12
  • 2022-12-23
  • 2021-04-02
相关资源
相似解决方案