| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
OMPython is a Python interface that uses ZeroMQ or CORBA (omniORB) to communicate with OpenModelica.
Installation using pip is recommended.
Install the latest OMPython master by running:
python -m pip install -U https://github.com/OpenModelica/OMPython/archive/master.zip
Install the version as packaged with your OpenModelica installation by running:
cd %OPENMODELICAHOME%\share\omc\scripts\PythonInterface python -m pip install .
Running the following commads should get you started
import OMPython
help(OMPython)or read the OMPython documentation online.
| Back | FazBrowse Home | New Git URL |