Skip to content

Commit

Permalink
Adds version and OS compatibility section (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Greathouse <26175515+zgreathouse@users.noreply.github.com>
  • Loading branch information
norman-codes and zgreathouse authored Nov 4, 2024
1 parent fa82ef9 commit 72f350b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ Please review this guide before updating, as it covers breaking changes and prov

API reference documentation is available [here](https://dev.hume.ai/reference/).

## Compatibility

The Hume Python SDK is compatible across several Python versions and operating systems.

- For the Empathic Voice Interface, Python versions `3.9` through `3.11` are supported on macOS and Linux.

- For Expression Measurement, Python versions `3.9` through `3.12` are supported on macOS, Linux, and Windows.

Below is a table which shows the version and operating system compatibilities by product:

| | Python Version | Operating System |
| ------------------------ | ----------------------------- | --------------------- |
| Empathic Voice Interface | `3.9`, `3.10`, `3.11` | macOS, Linux |
| Expression Measurement | `3.9`, `3.10`, `3.11`, `3.12` | macOS, Linux, Windows |

## Installation

```sh
Expand Down

0 comments on commit 72f350b

Please sign in to comment.