Installation ============ Stable ~~~~~~ Stable releases of MOGESTpy are available on `PyPI`_ and can be installed using pip: .. code-block:: console 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: .. code-block:: console pip install . Editable installs are useful when changing the source code: .. code-block:: console pip install -e . .. _GitHub repository: https://github.com/dariohhossoda/MOGESTpy .. _PyPI: https://pypi.org/project/MOGESTpy/