mirror of
https://github.com/home-assistant/core.git
synced 2026-05-14 20:41:24 +01:00
0abde3aa57
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.