Skip to content

Commit

Permalink
README: add missing pyqtwebengine module
Browse files Browse the repository at this point in the history
pbtk uses PyQtWebEngine, which has been moved from pyqt5 to a new module.

See https://stackoverflow.com/a/54947671
  • Loading branch information
delthas committed Sep 26, 2019
1 parent 9541c5a commit 135e2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ On most other distributions, you'll want to run it directly:
# For Ubuntu/Debian testing derivates:
$ sudo apt install python3-pip git openjdk-9-jre
$ sudo pip3 install protobuf pyqt5 requests websocket-client
$ sudo pip3 install protobuf pyqt5 pyqtwebengine requests websocket-client
$ git clone https://github.com/marin-m/pbtk
$ cd pbtk
Expand Down

0 comments on commit 135e2e5

Please sign in to comment.