Installation

Using pip

pip install mcsm-benchs

Installation using poetry for development mode

We use poetry, a tool for dependency management and packaging in python to install the benchmarking framework. You can install poetry following the steps described here. Then, make poetry create a virtual environment and install the main dependencies of the benchmarks using:

poetry install --with docs

If you have Anaconda or Miniconda installed please disable the auto-activation of the base environment and your conda environment using:

conda config --set auto_activate_base false
conda deactivate