Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ calculator = ShiftML("ShiftML3")
cs_iso = calculator.get_cs_iso(frame)
```


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

## Installation

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

```
pip install shiftml
Expand Down