Update docs about suing .venv instead of .env

This commit is contained in:
Matthias
2023-08-16 18:16:54 +02:00
parent 91fd472717
commit d439936014
6 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ For this to work, first activate your virtual environment and run the following
``` bash
# Activate virtual environment
source .env/bin/activate
source .venv/bin/activate
pip install ipykernel
ipython kernel install --user --name=freqtrade