InstallationΒΆ
trimap-tools requires Python 3.9 or later.
Create a conda environment and install the package:
conda create -n trimap-env python=3.9
conda activate trimap-env
It is available on PyPI and can be installed using pip:
pip install trimap-tools
or by cloning the repository and installing it manually:
pip install git+https://github.com/uhlerlab/trimap-tools.git@main