You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
How to update
To update your freqtrade installation, please use one of the below methods, corresponding to your installation method.
!!! Note "Tracking changes" Breaking changes / changed behavior will be documented in the changelog that is posted alongside every release. For the develop branch, please follow PR's to avoid being surprised by changes.
docker-compose
!!! Note "Legacy installations using the master image"
We're switching from master to stable for the release Images - please adjust your docker-file and replace freqtradeorg/freqtrade:master with freqtradeorg/freqtrade:stable
docker-compose pull
docker-compose up -d
Installation via setup script
./setup.sh --update
!!! Note Make sure to run this command with your virtual environment disabled!
Plain native installation
Please ensure that you're also updating dependencies - otherwise things might break without you noticing.
git pull
pip install -U -r requirements.txt
pip install -e .
# Ensure freqUI is at the latest version
freqtrade install-ui