From 48495307eb9b5b0b8d510245dd838316ec952905 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Fri, 16 May 2025 14:38:33 +0700 Subject: [PATCH] Add link to BUILD.md from README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4cde7ff5..7842bd1d 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ Install YDB python sdk: ```sh $ python -m pip install ydb ``` + +## Development + +Instructions on `ydb-python-sdk` development are located in [BUILD.md](BUILD.md).