We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121acd6 commit fc1bc76Copy full SHA for fc1bc76
1 file changed
README.md
@@ -7,8 +7,8 @@ communicate with OpenModelica.
7
8
## Dependencies
9
10
-- Python 3.x supported
11
-- PyZMQ is required
+ - Python >= 3.10 supported with complete functionality for Python >= 3.12
+ - Additional packages: numpy, psutil, pyparsing and pyzmq
12
13
## Installation
14
@@ -39,8 +39,8 @@ help(OMPython)
39
```
40
41
```python
42
-from OMPython import OMCSessionLocal
43
-omc = OMCSessionLocal()
+import OMPython
+omc = OMPython.OMCSessionLocal()
44
omc.sendExpression("getVersion()")
45
46
0 commit comments