From 84a29ff6d60e6a09f9535a8b334e8fb36a1a2975 Mon Sep 17 00:00:00 2001 From: Oleg Ovcharuk Date: Wed, 2 Oct 2024 18:35:23 +0300 Subject: [PATCH] Add docs about installation from sources --- docs/quickstart.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index cb1d1062..fd7fb130 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -28,6 +28,15 @@ To install YDB Python SDK through Pypi execute the following command:: pip install ydb + +Installation From Sources +^^^^^^^^^^^^^^^^^^^^^^^^^ + +To install YDB Python SDK from sources execute the following command from the root of repository:: + + pip install -e . + + Usage -----