Add updating freqtrade to updating desc

This commit is contained in:
Matthias 2022-06-06 10:50:48 +02:00
parent e2948857bf
commit ea9b68badd
1 changed files with 4 additions and 0 deletions

View File

@ -32,4 +32,8 @@ Please ensure that you're also updating dependencies - otherwise things might br
``` bash
git pull
pip install -U -r requirements.txt
pip install -e .
# Ensure freqUI is at the latest version
freqtrade install-ui
```