Skip to content

Commit 221c3f9

Browse files
committed
readme
1 parent e145a5d commit 221c3f9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# PyQtClient
2+
3+
PyQt Examples Client For https://github.com/PyQt5/PyQt
4+
5+
The project is currently under development. It requires both PyQt 5.10 and QtWebKit.
6+
7+
## Installing
8+
9+
```
10+
pip install pygit2==0.27.2
11+
pip install requests
12+
pip install PyQt5==5.10.1
13+
pip install PyQt3D==5.10.1
14+
pip install PyQtChart==5.10.1
15+
pip install PyQtDataVisualization==5.10.1
16+
pip install PyQtPurchasing==5.10.1
17+
```
18+
19+
Then download [QtWebKit](https://github.com/annulen/webkit/releases/) and extract to PYTHONPATH/Lib/site-packages/PyQt5/Qt

0 commit comments

Comments
 (0)