refactored project to use poetry

This commit is contained in:
Peter Morton 2025-05-20 22:20:27 -05:00
parent b3da128396
commit e77bbc422b

View File

@ -10,8 +10,12 @@ poetry install
### Crawler ### Crawler
```bash
poetry crawler
```
### Clear Index ### Clear Index
```bash ```bash
poetry run python src/clearIndex.py poetry clear-index
``` ```