Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change setup script to use pip install instead of setup.py develop (#…
…7756) 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.
- Loading branch information