python notescriber.py --path /path/to/data
Set up virtual environment:
python -m venv . source bin/activate make bootstrap make test
Run tests:
make test