$ legl-dev [OPTIONS] COMMAND [ARGS]...$ pip install git+https://github.com/CrowdJustice/legl-dev.gitThis will install the remote repo in editable mode, so when changes are merged into main you local
install of legl-dev will be updated.
When adding to legl-dev you should pull down the repo and install it in editable mode from the location you will be editable it from. For example
$ pip install -e ~/Code/legl-devThen you legl-dev will update with the changes you are making as you make them.