notescriber/README.md
2024-02-16 22:35:01 +01:00

227 B

notescriber

Usage

python notescriber.py --path /path/to/data

Testing

Set up virtual environment:

python -m venv .
source bin/activate
make bootstrap
make test

Run tests:

make test