From 6762c57235afafd46157831d6b8577f6d46a652b Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Fri, 11 Oct 2024 15:12:08 +0200 Subject: update README with more instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e803073..928a03e 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,17 @@ pip install . If running `scripts/neihub.py` or `scripts/esphomeapi.py`, also run `pip install ".[esphome]"` and `pip install ".[neohub]"`. +If you want dev-stuff, run `pip install ".[dev]"`. + +### Upgrading venv after upgrading python + +Same as above, only throw in `--upgrade` between `venv` and `venv`. ## Schema Install schema -``` +``` psql el < schema.sql ``` @@ -46,7 +51,6 @@ journalctl -fu "energyscripts-*" ``` - ## TODO: Put every state in `states`-table. Entities in an entity-table, and devices in a device-table. -- cgit v1.2.3