We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813cf01 commit 735cf5bCopy full SHA for 735cf5b
1 file changed
README.md
@@ -1,5 +1,9 @@
1
# bitfinex-api-py
2
3
+[](https://pypi.org/project/bitfinex-api-py/)
4
+[](https://github.com/psf/black)
5
+
6
+
7
Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/docs) for `Python 3.8+`.
8
9
### Features
@@ -12,7 +16,7 @@ Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/do
12
16
## Installation
13
17
14
18
```console
15
-python3 -m pip install --pre bitfinex-api-py
19
+python3 -m pip install bitfinex-api-py
20
```
21
22
---
0 commit comments