diff options
author | Dennis Eriksen <d@ennis.no> | 2024-10-11 15:12:08 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2024-10-11 15:12:08 +0200 |
commit | 6762c57235afafd46157831d6b8577f6d46a652b (patch) | |
tree | 0caccb02dfa1ecc5f7660c80c3da0215982f64f9 | |
parent | revert bb0c094 (diff) | |
download | energyscripts-6762c57235afafd46157831d6b8577f6d46a652b.tar.gz |
update README with more instructions
-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. |