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: install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install portaudio19-dev npm - sudo apt-get install portaudio19-dev npm
- pip install pyqt5 pyqtwebengine
jobs: jobs:
include: include:

View file

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

View file

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