aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2024-10-11 15:12:08 +0200
committerDennis Eriksen <d@ennis.no>2024-10-11 15:12:08 +0200
commit6762c57235afafd46157831d6b8577f6d46a652b (patch)
tree0caccb02dfa1ecc5f7660c80c3da0215982f64f9
parentrevert bb0c094 (diff)
downloadenergyscripts-6762c57235afafd46157831d6b8577f6d46a652b.tar.gz
update README with more instructions
-rw-r--r--README.md8
1 files 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.