Skip to content

Installation

PascalRombach edited this page Jun 3, 2022 · 2 revisions

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

py -m pip install .

That's it! Now you can just import this library with import anki in your programs!

Clone this wiki locally