mirror of
https://github.com/ankitects/anki.git
synced 2026-04-02 09:30:16 -04:00
Prior to this change, ./run fails out of the box on ARM systems, as Qt wasn't available on PyPI until the 6.8 release. Also added a script in tools/ for testing Qt6.8 issues on other platforms.
- To achieve reproducible builds we use pip-tools to lock packages to a particular version - see update_python_deps.sh
- write_wheel.py is used to generate our wheels.