Track your Anki study sessions directly into Yōten.
1# Hacking guide
2
3## Required tools
4- Python 3.9+
5- Anki 2.1.50+
6
7## Developing
8
9When developing locally, symlink this project to your Anki addons folder. After
10making local changes, Anki must be restarted.
11
12```bash
13ln -s $(pwd) $HOME/.local/share/Anki2/addons21/yoten-anki-tracker
14```