Open
Description
When installed python sdk as described in the docs (https://ydb.tech/en/docs/reference/ydb-sdk/install), I got the following error when trying to use service account credentials:
AssertionError: run pip install==ydb[yc] to use service account credentials
It is extremely unobvious that to deal with such error I have to run 'pip install yandexcloud'. Also, it looks such options have to be described in the docs.