InstallationΒΆ

sofirpy can be installed from PyPI using the following command.

pip install sofirpy

Note

The most recent version of OMPython on PyPI has a bug whereby the model export can fail. To get the most recent version of OMPython enter the following commands in the command window.

First uninstall the current version of OMPython:

pip uninstall OMPython

Then install the most recent version from GitHub.

pip install git+https://git@github.com/OpenModelica/OMPython.git