Skip to content

Instantly share code, notes, and snippets.

@ilyasst
Last active July 2, 2023 14:54
Show Gist options
  • Save ilyasst/e953c0f9a916eecdb6a81f96e6d042ba to your computer and use it in GitHub Desktop.
Save ilyasst/e953c0f9a916eecdb6a81f96e6d042ba to your computer and use it in GitHub Desktop.
install_freqtrade2019_9-python37_Dietpi
sudo apt-get install build-essential tk-dev libncurses5-dev libncursesw5-dev libreadline6-dev libdb5.3-dev libgdbm-dev libsqlite3-dev libssl-dev libbz2-dev libexpat1-dev liblzma-dev zlib1g-dev libffi-dev -y
wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
tar xf Python-3.7.2.tar.xz
cd Python-3.7.2
./configure
make -j 4
sudo make altinstall
cd ..
sudo apt-get install libffi-dev git libatlas-base-dev
git clone https://github.com/freqtrade/freqtrade.git
cd freqtrade
./setup.sh --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment