aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.