File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 22
33PyQt Examples Client For https://github.com/PyQt5/PyQt
44
5- The project is currently under development. It requires both Python35-32 and PyQt 5.10 and QtWebKit.
5+ It requires both Python35-32 and PyQt 5.10 and QtWebKit.
66
7- ## Installing
7+ 需要Python35 32位 PyQt5.10 QtWebKit
88
9- 1.install requirements
9+ ## Installing (安装)
10+
11+ 1.install requirements 安装依赖
1012```
1113pip install requests
1214pip install pygit2==0.27.2
@@ -18,19 +20,23 @@ pip install PyQtDataVisualization==5.10.1
1820pip install PyQtPurchasing==5.10.1
1921```
2022
21- if pip install PyQtWebKit==5.10.1 failed
23+ if pip install PyQtWebKit==5.10.1 failed then do 2 and 3
24+
25+ 如果 pip 安装PyQtWebKit失败, 可能是PyQt或者Python版本不对, 那么就需要自己编译了, 按照下面2和3
2226
23- 2.install QtWebKit
27+ 2.install QtWebKit [ option ] 安装QtWebKit [ 可选 ]
2428
2529download [ QtWebKit] ( https://github.com/annulen/webkit/releases/ ) and extract to PYTHONPATH/Lib/site-packages/PyQt5/Qt
2630
27- 3.install QtWebKit pyd
31+ 下载 [ QtWebKit] ( https://github.com/annulen/webkit/releases/ ) 并解压到 PYTHONPATH/Lib/site-packages/PyQt5/Qt
32+
33+ 3.install QtWebKit pyd 复制编译好的QtWebKit
2834
2935copy .Data/site-packages to PYTHONPATH/Lib/site-packages
3036
3137## Notice
3238
33- If the first boot is slow
39+ If the first boot is slow 第一次运行很慢(因为在clone例子源码)
3440
3541 1. git clone https://github.com/PyQt5/PyQt.git
3642 2. move PyQt to PyQtClient\Resources\Data\Projects
You can’t perform that action at this time.
0 commit comments