2024-02-11 21:11:02 +00:00
|
|
|
# notescriber
|
|
|
|
|
2024-02-11 23:18:09 +00:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
```bash
|
2024-02-16 21:35:01 +00:00
|
|
|
python notescriber.py --path /path/to/data
|
2024-02-11 23:18:09 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Testing
|
|
|
|
Set up virtual environment:
|
|
|
|
```bash
|
|
|
|
python -m venv .
|
|
|
|
source bin/activate
|
|
|
|
make bootstrap
|
|
|
|
make test
|
|
|
|
```
|
|
|
|
|
|
|
|
Run tests:
|
|
|
|
```bash
|
|
|
|
make test
|
|
|
|
```
|