From a7c27b08eb59bf20a246a61569dc732aeb8247e9 Mon Sep 17 00:00:00 2001 From: Glutanimate Date: Fri, 15 Feb 2019 13:51:57 +0100 Subject: [PATCH] Update pip command for PyQt packaging changes PyQtWebEngine is now shipped separately, and PyQ5-sip is automatically installed as a dependency of PyQt5. --- README.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.development b/README.development index 299bb3937..d597b32ad 100644 --- a/README.development +++ b/README.development @@ -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: