-
- For non-developers who want to try this development code, the easiest way is
- to use a packaged version - please see:
-
- https://betas.ankiweb.net/#/
-
- You are welcome to run Anki from source instead, but it is expected that you
- can sort out all dependencies and issues by yourself - we are not able to
- provide support for problems you encounter when running from source.
-
- Python wheels
- --------------
-
- If you want to run Anki from a local Python installation but don't want
- to make changes to the source code, you can install pre-built packages from PyPI.
-
- $ python -m venv pyenv
- $ pyenv/bin/pip install aqt anki ankirspy pyqt5 pyqtwebengine
- $ pyenv/bin/python -c 'import aqt; aqt.run()'
-
- Building from source