Documentation - Home

Microgen

Simcoon

FedOO

How to install these softwares

The fastest way to install the softwares shown above is to use conda package management system that is available with Anaconda or Miniconda (Miniconda is sufficient as it comes with conda package management and environment management systems)

To avoid any conflicts between package dependencies it is safer to create a new conda environment:

conda create -n 3MAH

To work inside this environment, it has to be activated:

conda activate 3MAH

The next step is to install the desired package. If you want to install the three softwares of 3MAH team:

conda install -c conda-forge -c cadquery -c set3mah microgen simcoon fedoo

Updated: