Installation
Stable
Stable releases of MOGESTpy are available on PyPI and can be installed using pip:
pip install mogestpy
This is the recommended installation method for most users, as it ensures that all dependencies are properly handled. For users who want to contribute to the development of MOGESTpy or need the latest features, installing from the source code is an option.
From sources
The source code can be obtained from the GitHub repository. After cloning the repository, navigate to the project directory and install the package using pip:
pip install .
Editable installs are useful when changing the source code:
pip install -e .