mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
3 lines
234 B
Text
3 lines
234 B
Text
# fixme: when maturin fixes 32 bit support, switch back to pypi
|
|
git+https://github.com/dae/maturin#egg=maturin; sys_platform == "linux" and platform_machine != "x86_64"
|
|
maturin; sys_platform != "linux" or platform_machine == "x86_64"
|