File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11# YDB Dialect for SQLAlchemy
22---
3+ [ ![ PyPI version] ( https://badge.fury.io/py/ydb-sqlalchemy.svg )] ( https://badge.fury.io/py/ydb-sqlalchemy )
34[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://github.com/ydb-platform/ydb-sqlalchemy/blob/main/LICENSE )
45[ ![ Functional tests] ( https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/tests.yml/badge.svg )] ( https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/tests.yml )
56[ ![ Style checks] ( https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/style.yml/badge.svg )] ( https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/style.yml )
@@ -10,6 +11,15 @@ This repository contains YQL dialect for SqlAlchemy 2.0.
1011
1112
1213## Installation
14+
15+ ### Via PyPI
16+ To install ydb-sqlalchemy from PyPI:
17+
18+ ``` bash
19+ $ pip install ydb-sqlalchemy
20+ ```
21+
22+ ### Installation from source code
1323To work with current ydb-sqlalchemy version clone this repo and run from source root:
1424
1525``` bash
You can’t perform that action at this time.
0 commit comments