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.10
conda activate cubed
pip install -r requirements.txt
pip install -e .