Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 701 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 701 Bytes

legl-dev

Usage

$ legl-dev [OPTIONS] COMMAND [ARGS]...

Install

$ 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.

Development

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.