Installation
The fork installs the same way as upstream Hummingbot from source.
Last updated
The fork installs the same way as upstream Hummingbot from source.
Conda (Miniconda or Anaconda)
Git
A C compiler toolchain (for Cython compilation)
Refer to the upstream source-install guide for OS-specific toolchain notes.
git clone https://github.com/deltadefi-protocol/hummingbot.git
cd hummingbot
# Run Setup & Deploy
make setup
make deploy
# Attach to the running instance
docker attach hummingbotThe conda environment is named hummingbot. Keep this exact name — the sidan-gin install step on the next page depends on activating it.
The Hummingbot CLI should launch. Exit with exit.
Do not try to trade on Delta-DeFi yet. You must install sidan-gin first, otherwise orders will fail to sign.
Continue to Installing sidan-gin.
Last updated
bin/hummingbot_quickstart.py