$ legl-dev [OPTIONS] COMMAND [ARGS]...
$ pip install git+https://github.com/CrowdJustice/legl-dev.git
This 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-dev
Then you legl-dev
will update with the changes you are making as you make them.