Freqtrade Install

This revision is from 2024/02/08 15:22. You can Restore it.

1. Clone the source code from github.

  1. update repository

sudo apt-get update

  1. install packages

sudo apt install -y python3-pip python3-venv python3-dev python3-pandas git curl

  1. Download `develop` branch of freqtrade repository

git clone https://github.com/freqtrade/freqtrade.git

  1. Enter downloaded directory

cd freqtrade

  1. your choice (1): novice user

git checkout stable

  1. your choice (2): advanced user

git checkout develop

  1. Install freqtrade from scratch

./setup.sh -i

  1. activate virtual environment

source ./.venv/bin/activate

  

📝 📜 ⏱️ ⬆️