Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 571 Bytes

File metadata and controls

27 lines (19 loc) · 571 Bytes

Contributing

Questions and suggestions are welcomed in the Issues section. The information below will help you set up a development environment if you wish to submit pull requests.

Development Environment Setup

First, install the Pixi package management tool. Then,

git clone https://github.com/corbel-spatial/giso.git
cd giso
pixi install -a

To test the CLI:

pixi shell -e dev
giso --help

To run the pytest suite:

pixi run test