1. Install mloda via pip

You can install mloda using either pip or by cloning the repository from Git.

pip install mloda

2. Install mloda via Git

Alternatively, you can clone the repository and install from source:

git clone https://github.com/TomKaltofen/mloda.git
cd mloda
pip install .

3. Verify Installation

To verify the installation, run:

import mloda
mloda.__version__