The following commands download and run scripts that (1) install local dependencies and (2) install Hummingbot.
Copy and paste the commands for your operating system into terminal.
- Supported versions: 16.04 LTS, 18.04 LTS, 19.04
wget https://raw.githubusercontent.com/TheHolyRoger/hummingbot/development/installation/install-from-source/install-source-ubuntu.sh
chmod a+x install-source-ubuntu.sh
./install-source-ubuntu.sh
- Supported version: Debian GNU/Linux 9
wget https://raw.githubusercontent.com/TheHolyRoger/hummingbot/development/installation/install-from-source/install-source-debian.sh
chmod a+x install-source-debian.sh
./install-source-debian.sh
- Supported version: 7
wget https://raw.githubusercontent.com/TheHolyRoger/hummingbot/development/installation/install-from-source/install-source-centos.sh
chmod a+x install-source-centos.sh
./install-source-centos.sh
curl https://raw.githubusercontent.com/TheHolyRoger/hummingbot/development/installation/install-from-source/install-source-macOS.sh -o install-source-macOS.sh
chmod a+x install-source-macOS.sh
./install-source-macOS.sh
Install required applications before using the script the first time.
cd ~
curl https://raw.githubusercontent.com/TheHolyRoger/hummingbot/development/installation/install-from-source/install-source-windows.sh -o install-source-windows.sh
chmod a+x install-source-windows.sh
./install-source-windows.sh
cd ~
curl https://raw.githubusercontent.com/TheHolyRoger/hummingbot/development/installation/install-from-source/install-source-ubuntu.sh -o install-source-ubuntu.sh
chmod a+x install-source-ubuntu.sh
./install-source-ubuntu.sh
The update.sh
script updates Hummingbot to the latest version. Run the following commands from the root folder:
wget https://raw.githubusercontent.com/TheHolyRoger/hummingbot/development/installation/install-from-source/update.sh
chmod a+x update.sh
./update.sh