From 19d085d8dadecdd18580102adc391cf60f93d391 Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 24 Apr 2025 12:25:35 +0200 Subject: [PATCH] docs: Clarify installation instructions in README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec858a2..6312e44 100644 --- a/README.md +++ b/README.md @@ -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