Update docs for full 3.12 support

This commit is contained in:
Matthias
2024-05-18 15:22:03 +02:00
parent 1e0782b626
commit 968f74edbd
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ cd freqtrade
#### Freqtrade install: Conda Environment
```bash
conda create --name freqtrade python=3.11
conda create --name freqtrade python=3.12
```
!!! Note "Creating Conda Environment"