如何下载、安装和更新pyinstaller的python第三方包

1、下载pyinstaller

pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz

2、安装pyinstaller

pip install pyinstaller

3、更新pyinstaller

pip install --upgrade pyinstaller

猜你喜欢

转载自blog.csdn.net/you23hai45/article/details/80384809