-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
PascalRombach edited this page Jun 3, 2022
·
2 revisions
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".
python3 -m pip install .
py -m pip install .
That's it! Now you can just import this library with import anki
in your programs!