rekby b2b2bb5997 KIKIMR-19900 switch arcadia to python ydb sdk from contrib | 11 months ago | |
---|---|---|
.. | ||
.dist-info | b2b2bb5997 KIKIMR-19900 switch arcadia to python ydb sdk from contrib | 11 months ago |
ydb | b2b2bb5997 KIKIMR-19900 switch arcadia to python ydb sdk from contrib | 11 months ago |
AUTHORS | b2b2bb5997 KIKIMR-19900 switch arcadia to python ydb sdk from contrib | 11 months ago |
LICENSE | b2b2bb5997 KIKIMR-19900 switch arcadia to python ydb sdk from contrib | 11 months ago |
README.md | b2b2bb5997 KIKIMR-19900 switch arcadia to python ydb sdk from contrib | 11 months ago |
ya.make | b2b2bb5997 KIKIMR-19900 switch arcadia to python ydb sdk from contrib | 11 months ago |
Officially supported Python client for YDB.
pip
version 9.0.1 or higherIf necessary, upgrade your version of pip
:
$ python -m pip install --upgrade pip
If you cannot upgrade pip
due to a system-owned installation, you can
run the example in a virtualenv:
$ python -m pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ python -m pip install --upgrade pip
Install YDB python sdk:
$ python -m pip install ydb