featherplot
$ mamba env create -f env.yml
$ mamba env update -n featherplot --file env.yml
pip install -e .
pip install featherplot
$ conda activate featherplot
$ pip install -e .
$ nbdev_prepare
$ nbdev_pypi
$ nbdev_conda --build_args '-c conda-forge' --mambabuild
Install latest from the GitHub repository:
$ pip install git+https://github.com/dsm-72/featherplot-py.git
or from conda
$ conda install -c dsm-72 featherplot
or from pypi
$ pip install featherplot