Installation

The fork installs the same way as upstream Hummingbot from source.

Prerequisites

  • Conda (Miniconda or Anaconda)

  • Git

  • A C compiler toolchain (for Cython compilation)

Refer to the upstream source-install guidearrow-up-right for OS-specific toolchain notes.

Clone and install

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 hummingbot

The conda environment is named hummingbot. Keep this exact name — the sidan-gin install step on the next page depends on activating it.

Verify

The Hummingbot CLI should launch. Exit with exit.

circle-exclamation

Last updated