Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 385 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 385 Bytes

Contributing Guide

Contributions are welcome!

We recommend use pixi for environment management. The "dev" environment installs additional packages such as pytest for developing new functions.

git clone https://github.com/uw-cryo/lidar_tools.git
cd lidar_tools
git checkout -b newfeature
pixi shell -e dev # type `exit` to deactivate
pixi run test