diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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. |