aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuryalekseev <yuryalekseev@yandex-team.com>2023-02-19 16:03:35 +0300
committeryuryalekseev <yuryalekseev@yandex-team.com>2023-02-19 16:03:35 +0300
commit7d83f91ff50efb074b15c273ca503edfde36fa1b (patch)
treed396ae6d91959c0ee6f3500aad9f3d13aa8903fb
parenta4ac208a8d14f95c340157d08b1fe8f303860014 (diff)
downloadydb-7d83f91ff50efb074b15c273ca503edfde36fa1b.tar.gz
Update description of how to create pip package.
-rw-r--r--ydb/apps/dstool/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/apps/dstool/README.md b/ydb/apps/dstool/README.md
index d04cf2fb44..8cecbbd8d3 100644
--- a/ydb/apps/dstool/README.md
+++ b/ydb/apps/dstool/README.md
@@ -56,7 +56,9 @@ user@host:~/github$ cd ydb
user@host:~/github/ydb$ ydb_root=$(pwd)
user@host:~/github/ydb$ ./ydb/apps/dstool/compile_protos.py --ydb-root ${ydb_root} 2>/dev/null
user@host:~/github/ydb$ mv ydb/apps/dstool/setup.py .
+user@host:~/github/ydb$ python3 -m pip install --upgrade build
user@host:~/github/ydb$ python3 -m build
+user@host:~/github/ydb$ python3 -m pip install --upgrade twine
user@host:~/github/ydb$ python3 -m twine upload dist/*
```