diff --git a/README.md b/README.md index dd73be0..7050c9f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + +## Installation: +python3 -m venv venv +source venv/bin/activate && pip install -r requirements.txt && pip install --upgrade numpy pandas + +## Starten des dev servers: +source venv/bin/activate && python main.py + + + # Expense Tracker Add-on für Home Assistant Dieses Home Assistant Add-on bietet eine komfortable Möglichkeit, persönliche oder Haushaltsausgaben direkt innerhalb von Home Assistant zu verfolgen und zu analysieren.