mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
add pyqt5 to deps
This commit is contained in:
parent
a98c0c6791
commit
364f5582c6
3 changed files with 4 additions and 8 deletions
|
@ -4,7 +4,6 @@ os: linux
|
|||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install portaudio19-dev npm
|
||||
- pip install pyqt5 pyqtwebengine
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -8,3 +8,5 @@ jsonschema
|
|||
psutil; sys_platform == "win32"
|
||||
distro; sys_platform != "win32" and sys_platform != "darwin"
|
||||
typing
|
||||
pyqt5
|
||||
pyqtwebengine
|
||||
|
|
Loading…
Reference in a new issue