首页 > 编程语言 >python小技巧

python小技巧

时间:2023-02-22 21:56:49浏览次数:51  
标签:技巧 python PyQt5 simple https pip cn

[从python包镜像库安装库]
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt5

[下载离线安装包]
pip download pyqt5 -i https://pypi.tuna.tsinghua.edu.cn/simple -d .

[查看依赖]
pip show pyqt5

Name: PyQt5
Version: 5.15.8
Summary: Python bindings for the Qt cross platform application toolkit
Home-page: https://www.riverbankcomputing.com/software/pyqt/
Author: Riverbank Computing Limited
Author-email: [email protected]
License: GPL v3
Location: e:\software\python38\lib\site-packages
Requires: PyQt5-Qt5, PyQt5-sip
Required-by:

标签:技巧,python,PyQt5,simple,https,pip,cn
From: https://www.cnblogs.com/bluefish0x/p/17146096.html

相关文章