From cb2c700752edbcc93b13c1eb4b98447970e362bb Mon Sep 17 00:00:00 2001 From: Ichinga Samuel Date: Sat, 21 Feb 2026 17:11:52 +0100 Subject: [PATCH] v4.0.17 no-backtest --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fe0db9..fc8beb0 100644 --- a/README.md +++ b/README.md @@ -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] ``` ---