Update pip command for PyQt packaging changes

PyQtWebEngine is now shipped separately, and PyQ5-sip is automatically installed as a dependency of PyQt5.
This commit is contained in:
Glutanimate 2019-02-15 13:51:57 +01:00
parent ca710ab3f1
commit a7c27b08eb

View File

@ -28,7 +28,7 @@ pyqt5-dev-tools) as well.
If you're on another platform or your distro has the wrong Qt version, you
can install PyQt with pip:
$ pip3 install sip pyqt5
$ pip3 install PyQt5 PyQtWebEngine
To use the development version: