add pyqt5 to deps

This commit is contained in:
Damien Elmes 2019-12-18 15:13:07 +10:00
parent a98c0c6791
commit 364f5582c6
3 changed files with 4 additions and 8 deletions

View file

@ -4,7 +4,6 @@ os: linux
install:
- sudo apt-get update
- sudo apt-get install portaudio19-dev npm
- pip install pyqt5 pyqtwebengine
jobs:
include:

View file

@ -19,13 +19,8 @@ To start, make sure you have the following installed:
- lame
- npm
If your distro provides PyQt5 and PyQt5-WebEngine packages, you can
install them as well. If you go that path, make sure you install pyqt5-dev-tools
as well.
Otherwise, install them with pip:
$ pip3 install PyQt5 PyQtWebEngine
If the distro you are using has PyQt5 installed, make sure you have the PyQt5
WebEngine module and development tools (eg pyqt5-dev-tools) installed as well.
Then to run the development version:

View file

@ -8,3 +8,5 @@ jsonschema
psutil; sys_platform == "win32"
distro; sys_platform != "win32" and sys_platform != "darwin"
typing
pyqt5
pyqtwebengine