Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 623 Bytes

legl-dev

Usage:

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

Install

$ pip install -e git+https://github.com/CrowdJustice/legl-dev.git#egg=legl-dev

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.