Skip to content

Commit 735cf5b

Browse files
Add badges to documentation in README.md.
1 parent 813cf01 commit 735cf5b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# bitfinex-api-py
22

3+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bitfinex-api-py)](https://pypi.org/project/bitfinex-api-py/)
4+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
5+
![GitHub Action](https://github.com/bitfinexcom/bitfinex-api-py/actions/workflows/build.yml/badge.svg)
6+
37
Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/docs) for `Python 3.8+`.
48

59
### Features
@@ -12,7 +16,7 @@ Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/do
1216
## Installation
1317

1418
```console
15-
python3 -m pip install --pre bitfinex-api-py
19+
python3 -m pip install bitfinex-api-py
1620
```
1721

1822
---

0 commit comments

Comments
 (0)