yichechang / chromotion

1 stars 0 forks source link

chromotion

Dependencies

Dependencies can be found in pyproject.toml.

Installation

Git submodules

bim-xarray is used interanlly and distributed as a git submodule in this repo. Please make sure to properly clone the submodule contents before proceeding the following.

Installing dependencies

If using mamba (or conda) for dependency management, you may find environment.yaml useful. For example, install by issuing

mamba create -n chromotion
mamba env update -n chromotion -f environment.yaml

Git submodules

As stated above, bim-xarray is available as a git submodule.

If you want to use bim-xarray in your project, it's best to install it separately as a standalone package.