mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 15:06:05 +01:00
Using `python setup.py develop` did not manage to install the required dependencies. This updates `script/setup` to use `pip install -e .` instead in order to resolve the required dependencies.