mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 06:14:22 +01:00
Add extras_require setting to setup.py.
This commit is contained in:
@@ -19,6 +19,11 @@ Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/do
|
||||
python3 -m pip install bitfinex-api-py
|
||||
```
|
||||
|
||||
If you intend to use mypy type hints in your project, use:
|
||||
```console
|
||||
python3 -m pip install bitfinex-api-py[typing]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
# Quickstart
|
||||
|
||||
Reference in New Issue
Block a user