Conda Virtual Environment

This page describes how to use the Conda virtual environment

conda env create -f <path_to_sit_fuse>/docs/environment.yaml

You can also use mamba, which may be a bit faster:

mamba env create -f <path_to_sit_fuse>/docs/environment.yaml

Last updated