Skip to content

Commit fc1bc76

Browse files
committed
[README.md] small updates
1 parent 121acd6 commit fc1bc76

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
@@ -7,8 +7,8 @@ communicate with OpenModelica.
77

88
## Dependencies
99

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

1313
## Installation
1414

@@ -39,8 +39,8 @@ help(OMPython)
3939
```
4040

4141
```python
42-
from OMPython import OMCSessionLocal
43-
omc = OMCSessionLocal()
42+
import OMPython
43+
omc = OMPython.OMCSessionLocal()
4444
omc.sendExpression("getVersion()")
4545
```
4646

0 commit comments

Comments
 (0)