Skip to content

Commit 2f0d35a

Browse files
Merge pull request #20 from sendbird/docs/readme-update
docs: readme update
2 parents 465f597 + 04faeff commit 2f0d35a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55

66
[![link to docs](https://img.shields.io/badge/SDK-docs-green)](/docs)
7+
[![PYPI](https://img.shields.io/pypi/v/sendbird-platform-sdk.svg)](https://pypi.org/project/sendbird-platform-sdk)
8+
79

810
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.
911

@@ -41,7 +43,12 @@ This package has been tested with python version 3.9.10
4143

4244

4345
# ⚙️ Installation
44-
see Local Development
46+
47+
Using pip
48+
49+
```bash
50+
pip install sendbird-platform-sdk
51+
```
4552

4653
# 🤓 Local Development
4754
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
6673
| Message | [docs/MessageApi.md](docs/MessageApi.md) |
6774
| OpenChannel | [docs/OpenChannelApi.md ](docs/OpenChannelApi.md) |
6875
| User | [docs/UserApi.md](docs/UserApi.md) |
69-
| Webhooks | [docs/WebhooksApi.md](docs/WebhooksApi.md) |
76+

0 commit comments

Comments
 (0)