Installation¶
Currently, the mmg_toolbox module can only be installed manually. PyPi integration will come later.
Requires: Python >=3.10, Numpy, h5py, matplotlib and others
pip installation from local repo¶
pip installation from github channel¶
Full installation of Python environment using conda miniforge¶
See conda-forge
Install miniforge (any conda env will do)¶
cd location/of/miniforge
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-Linux-x86_64.sh
Install MMG_Toolbox¶
Then, in a new terminal: