Skip to content

AnkiHubSoftware/anki-media-import

Repository files navigation

Development

Installing packages needed for development

pip install -r dev-requirements.txt

Building the add-on

python scripts/build.py

Type checking

You need to build the add-on first:

python scripts/build.py

Then you can run mypy:

mypy

Tests

You need to build the add-on first:

python scripts/build.py

Then you can run pytest:

python -m pytest tests