notescriber/README.md

21 lines
227 B
Markdown
Raw Permalink Normal View History

2024-02-11 21:11:02 +00:00
# notescriber
## Usage
```bash
2024-02-16 21:35:01 +00:00
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
```