mirror of
https://github.com/elisspace/core.git
synced 2026-08-31 00:22:12 +00: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.