Skip to content

Commit 7f31135

Browse files
committed
chore(docs): add link to PyPI
1 parent 86b8a62 commit 7f31135

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ Pythonic HTTP client for [Cube.dev](https://cube.dev) REST API (sync + async sup
44

55
## Installation
66

7-
```sh
7+
[![PyPI version](https://badge.fury.io/py/cube-http-client.svg)](https://badge.fury.io/py/cube-http-client)
8+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cube-http-client.svg)](https://pypi.org/project/cube-http-client)
9+
[![PyPI - Downloads](https://img.shields.io/pypi/dm/cube-http-client)](https://pypi.org/project/cube-http-client/)
10+
11+
Available on [PyPI](https://pypi.org/project/cube-http-client)
12+
13+
```bash
814
pip install cube-http-client
915
```
1016

0 commit comments

Comments
 (0)