mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-09-04 08:17:21 +00:00
docs: Clarify installation instructions in README.md
This commit is contained in:
parent
45cd100042
commit
19d085d8da
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue