We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e145a5d commit 221c3f9Copy full SHA for 221c3f9
README.md
@@ -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