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 ```