Unify import script

This commit is contained in:
Jordan Wages 2025-07-17 23:40:59 -05:00
commit 075717041c
4 changed files with 36 additions and 24 deletions

View file

@ -21,8 +21,8 @@ This document outlines general practices and expectations for AI agents assistin
source .venv/bin/activate
pip install -r requirements.txt
```
The `init.sh` script can create this environment automatically. Always
activate it before running scripts or tests.
The `run-import.sh` script can initialize this environment automatically.
Always activate the virtual environment before running scripts or tests.
* Dependency management: Use `requirements.txt` or `pip-tools`
* Use standard libraries where feasible (e.g., `sqlite3`, `argparse`, `datetime`)