Installation
To install this library, download by either using git or downloading the zip archive from Github. If you downloaded the zip archive, unpack it and open a terminal. cd into the folder until you see a folder named “anki”.
Linux/Mac
python3 -m pip install .
Windows
python -m pip install .
That’s it! Now you can just import this library with import anki in your programs!