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