kuut
Developer Guide
Setup
$ mamba env create -f env.yml
$ mamba env update -n kuut --file env.yml
Install
pip install -e .
pip install kuut
nbdev
$ conda activate kuut
$ pip install -e .
$ nbdev_prepare
Publishing
$ nbdev_pypi
$ nbdev_conda --build_args '-c conda-forge'
Usage
Installation
Install latest from the GitHub
repository:
$ pip install git+https://github.com/dsm-72/kuut.git
or from conda
$ conda install -c dsm-72 kuut
or from pypi
$ pip install kuut
Documentation
Documentation can be found hosted on GitHub
repository
pages. Additionally you can find
package manager specific guidelines on
conda and
pypi respectively.