Skip to content

Commit 338737f

Browse files
authored
Merge pull request #499 from ydb-platform/update_installation_docs
Add docs about installation from sources
2 parents 3000ae3 + 84a29ff commit 338737f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/quickstart.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ To install YDB Python SDK through Pypi execute the following command::
2828

2929
pip install ydb
3030

31+
32+
Installation From Sources
33+
^^^^^^^^^^^^^^^^^^^^^^^^^
34+
35+
To install YDB Python SDK from sources execute the following command from the root of repository::
36+
37+
pip install -e .
38+
39+
3140
Usage
3241
-----
3342

0 commit comments

Comments
 (0)