Unify import script
This commit is contained in:
parent
15770f5161
commit
075717041c
4 changed files with 36 additions and 24 deletions
|
@ -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`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue