Skip to content

Commit 11bac63

Browse files
authored
Update README.md
1 parent 1ce95c3 commit 11bac63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
1323
To work with current ydb-sqlalchemy version clone this repo and run from source root:
1424

1525
```bash

0 commit comments

Comments
 (0)