mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Python 3.10 not usable on Windows
No winrt wheel is available yet https://forums.ankiweb.net/t/editor-did-init-left-buttons-hook-is-not-working/14703
This commit is contained in:
parent
cb07b232d8
commit
fc93a3d4d7
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ Pre-built Python packages are available on PyPI. They are useful if you wish to:
|
|||
|
||||
You will need the 64 bit version of Python 3.9 or 3.10 installed. 3.9 is recommended,
|
||||
as Anki has only received minimal testing on 3.10 so far, and some dependencies have not
|
||||
been fully updated yet. You can install Python from python.org or from your distro.
|
||||
been fully updated yet. On Windows, only 3.9 will work. You can install Python from
|
||||
python.org or from your distro.
|
||||
|
||||
**Mac/Linux**:
|
||||
|
||||
|
|
Loading…
Reference in a new issue