Installation#
Installation from source#
Using git
:
$ git clone https://github.com/spaceml-org/karman
$ cd karman
And then either via pip:
$ pip install -e .
or via conda / mamba:
$ mamba env create -f environment.yml
$ mamba activate karman
We follow the usual PR-based development workflow, thus karman’s main
branch is normally kept in a working state.
Getting help#
If you run into troubles installing karman, please do not hesitate to contact us by opening an issue report on github.