You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python library that makes talking to the [Sendbird Platform API](https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api) easier. With this library you can extend your Sendbird integration to include advanced features like channel automation and user management.
9
11
@@ -41,7 +43,12 @@ This package has been tested with python version 3.9.10
41
43
42
44
43
45
# ⚙️ Installation
44
-
see Local Development
46
+
47
+
Using pip
48
+
49
+
```bash
50
+
pip install sendbird-platform-sdk
51
+
```
45
52
46
53
# 🤓 Local Development
47
54
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
@@ -66,4 +73,4 @@ All the documentation for this project lives in the /docs directory of this repo
0 commit comments