Skip to content

Commit ae372ab

Browse files
authored
Merge pull request #69 from GetStream/openai-integration
Mention openai realtime bundle and uv in readme
2 parents 1586943 + 33e050e commit ae372ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ To install the Stream Client Library, run the following command:
2020

2121
```sh
2222
pip install getstream
23+
24+
# or if like us, you fell in love with uv
25+
uv add getstream
26+
```
27+
28+
If you want to use the openai realtime integration, you need to install the package with the additional dependencies:
29+
30+
```sh
31+
pip install getstream[openai-realtime]
32+
33+
# or using uv
34+
uv add getstream[openai-realtime]
2335
```
2436

2537
## Usage

0 commit comments

Comments
 (0)