Getting Started#
Installation#
pip install canesm-process
If you want to help develop this package use
git clone git@gitlab.com:LandonRieger/canesm-processor.git
cd canesm-processor
pip install -e .[dev]
This will install optional dependencies for testing (pytest), code formatting (black) and documentation (sphinx).