Skip to content

Commit ab7413f

Browse files
authored
Update README.md (#29)
1 parent cbb6a51 commit ab7413f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@
88

99
[![pypi-v](https://img.shields.io/pypi/v/livekit.svg)](https://pypi.org/project/livekit/)
1010

11-
# client-sdk-python
11+
# 📹🎙️🐍 Python Client SDK for LiveKit
1212

1313
The Livekit Python Client provides a convenient interface for integrating Livekit's real-time video and audio capabilities into your Python applications. With this library, developers can easily leverage Livekit's WebRTC functionalities, allowing them to focus on building their AI models or other application logic without worrying about the complexities of WebRTC.
1414

15-
Documentation: https://docs.livekit.io/
15+
Official LiveKit documentation: https://docs.livekit.io/
16+
17+
## Installation
18+
```shell
19+
$ pip install livekit
20+
```
1621

1722
## Connecting to a room
1823

0 commit comments

Comments
 (0)