Skip to content

Commit d4bd3b3

Browse files
authored
Update python version recommendation (#29)
1 parent 419db3a commit d4bd3b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ calculator = ShiftML("ShiftML3")
2121
cs_iso = calculator.get_cs_iso(frame)
2222
```
2323

24+
2425
For more advanced predictions read also section [Advanced usage of the ShiftML3 model](#advanced-usage-of-the-shiftml3-model).
2526

2627
## Installation
2728

2829
This package is available on PyPI and can be installed using pip. The recommended way to install ShiftML is to use the following command:
30+
**ShiftML supports Python 3.9–3.13.**
2931

3032
```
3133
pip install shiftml

0 commit comments

Comments
 (0)