Python安装PyQt5Designer与pyqt5
- 首先进入
自己安装Python的路径C:\您的电安装\Python\Scripts
- 找到是否有安装
pip
此命令。再命令窗体进行输入如下命令执行.
1、安装PyQt5Designer
使用国内清华镜像网
pip install PyQt5Designer -i https://pypi.tuna.tsinghua.edu.cn/simple
2、安装pyqt5
使用国内清华镜像网
pip install pyqt5 -i https://pypi.tuna.tsinghua.edu.cn/simple
3.国内Python镜像总结
镜像站名 网址
华为镜像源 https://mirrors.huaweicloud.com/
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
浙江大学开源镜像站 http://mirrors.zju.edu.cn/
腾讯开源镜像站 http://mirrors.cloud.tencent.com/pypi/simple
豆瓣 http://pypi.douban.com/simple/
网易开源镜像站 http://mirrors.163.com/
搜狐开源镜像 http://mirrors.sohu.com/
网友评论