Skip to content

Commit fb2d7c3

Browse files
committed
readme
1 parent 1b6b714 commit fb2d7c3

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
PyQt 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
```
1113
pip install requests
1214
pip install pygit2==0.27.2
@@ -18,19 +20,23 @@ pip install PyQtDataVisualization==5.10.1
1820
pip 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

2529
download [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

2935
copy .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

0 commit comments

Comments
 (0)