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.
In order to install mcsm-benchs in development mode, you should first clone the repository using
git clone git@github.com:jmiramont/mcsm-benchs.git
Then, make poetry create a virtual environment and install the main dependencies 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