Contributing

Contents

Contributing#

Contributions to Cubed are very welcome. Please head over to GitHub to get involved.

Development#

Create an environment with

conda create --name cubed python=3.9
conda activate cubed
pip install -r requirements.txt
pip install -e .