Install

Conda and PyPI packages are available for Microgen


With pip

pip install microgen

With conda

conda install -c conda-forge -c set3mah microgen

To modify the sources, clone this repository and install microgen:

git clone https://github.com/3MAH/microgen.git
cd microgen
pip install -e .[all]

The -e or –editable option allows to modify the sources without having to reinstall the package and [all] installs the optional development dependencies.