From 267b6243951f6f409b3dc1af1b936b71360f3a48 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 10 Feb 2026 15:19:33 -0500 Subject: [PATCH] docs: fix README running instructions Co-Authored-By: Claude Opus 4.6 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7f2126..82432f9 100644 --- a/README.md +++ b/README.md @@ -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 ```