From 3388bc501237f1d0618ed327ed4f5bff0dc262e0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 27 Aug 2023 20:16:37 +0200 Subject: [PATCH] update conda docs to use 3.11 by default --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a6bfaccf0..eab0171c5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -286,7 +286,7 @@ cd freqtrade #### Freqtrade install: Conda Environment ```bash -conda create --name freqtrade python=3.10 +conda create --name freqtrade python=3.11 ``` !!! Note "Creating Conda Environment"