Skip to content

Commit 219eae3

Browse files
committed
[README.md] small updates
1 parent 56a735c commit 219eae3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ communicate with OpenModelica.
88

99
## Dependencies
1010

11-
- Python 3.x supported
12-
- PyZMQ is required
11+
- Python >= 3.10 supported with complete functionality for Python >= 3.12
12+
- Additional packages: numpy, psutil, pyparsing and pyzmq
1313

1414
## Installation
1515

@@ -40,8 +40,8 @@ help(OMPython)
4040
```
4141

4242
```python
43-
from OMPython import OMCSessionLocal
44-
omc = OMCSessionLocal()
43+
import OMPython
44+
omc = OMPython.OMCSessionLocal()
4545
omc.sendExpression("getVersion()")
4646
```
4747

0 commit comments

Comments
 (0)