mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
commit
e7e8c34d27
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ $ . ~/pyenv/bin/activate
|
||||||
|
|
||||||
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.
|
||||||
|
When you use your distro's PyQt5, you have to use the --system-site-packages
|
||||||
|
option when setting up the virtual environment to give it access to the system
|
||||||
|
site-packages dir.
|
||||||
|
|
||||||
Otherwise, run:
|
Otherwise, run:
|
||||||
|
|
||||||
$ pip install -r requirements.qt
|
$ pip install -r requirements.qt
|
||||||
|
|
Loading…
Reference in a new issue