v4.0.17 no-backtest

This commit is contained in:
Ichinga Samuel
2026-02-21 17:11:52 +01:00
parent 43f1062e91
commit cb2c700752
+3 -3
View File
@@ -55,11 +55,11 @@ pip install aiomql
# TA-Lib technical indicators
pip install aiomql[talib]
# Performance (Cython, Numba, tqdm)
pip install aiomql[performance]
# Optional (Cython, Numba, tqdm)
pip install aiomql[optional]
# Both
pip install aiomql[talib,performance]
pip install aiomql[all]
```
---