Skip to content

CrowdJustice/legl-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.