docs: fix README running instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-10 15:19:33 -05:00
parent db6ba2cedc
commit 267b624395

View File

@@ -34,11 +34,9 @@ pip install -e .
## Running
```bash
# Via the installed entry point
spending-analysis
With the virtual environment activated:
# Or run the module directly
```bash
python -m src.main
```