mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
split qt requirements out again
PyQt didn't used to split WebEngine out separately, and that can cause conflicts with distro-provided packages.
This commit is contained in:
parent
06b2cb1875
commit
c61bc8859c
3 changed files with 5 additions and 2 deletions
|
@ -21,6 +21,9 @@ To start, make sure you have the following installed:
|
||||||
|
|
||||||
If the distro you are using has PyQt5 installed, make sure you have the PyQt5
|
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.
|
WebEngine module and development tools (eg pyqt5-dev-tools) installed as well.
|
||||||
|
Otherwise, run:
|
||||||
|
|
||||||
|
$ pip install -r requirements.qt
|
||||||
|
|
||||||
Then to run the development version:
|
Then to run the development version:
|
||||||
|
|
||||||
|
|
2
requirements.qt
Normal file
2
requirements.qt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pyqt5
|
||||||
|
pyqtwebengine
|
|
@ -8,5 +8,3 @@ 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
|
|
||||||
|
|
Loading…
Reference in a new issue