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