Skip to content

Commit 33e050e

Browse files
committed
mention openai realtime bundle
1 parent e17bc4d commit 33e050e

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)