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