-
-
Save AhmedSakrr/8b277f4d7a2a237c49a495f661d23343 to your computer and use it in GitHub Desktop.
install_freqtrade2019_9-python37_Dietpi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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