Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 319 Bytes

upgrade.md

File metadata and controls

24 lines (20 loc) · 319 Bytes

Upgrade hummingbot

1. Upgrade gateway

cd ${HOME}/hummingbot-gateway
git fetch --all
git checkout <NEW-VERSION>
yarn
yarn build

2. Upgrade client

cd ${HOME}/hummingbot
git fetch --all
git checkout <NEW-VERSION>
conda deactivate
./clean
./install
conda activate hummingbot
./compile