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