docs: Clarify installation instructions in README.md

This commit is contained in:
Artem 2025-04-24 12:25:35 +02:00
parent 45cd100042
commit 19d085d8da
No known key found for this signature in database
GPG key ID: 833485276B7902CE

View file

@ -20,7 +20,13 @@ This library simplifies working with the API by providing convenient controllers
## 📦 Installation
Currently, the SDK is available via Git. You can install it directly using `pip`:
You can install it directly using `pip`:
```bash
pip install remnawave_api
```
or with `pip` from git:
```bash
pip install git+https://github.com/sm1ky/remnawave-api.git