Freqtrade on Alpine Ramdisk
This revision is from 2024/10/08 03:24. You can Restore it.
#sudo schroot -c jimbo --directory=/home/jimbo
apk update
apk upgrade
apk add --no-cache python3 py3-pip py3-virtualenv git curl
python3 -m venv myenv
source myenv/bin/activate
pip install pandas
python -m pip install --upgrade pip
deactivate
sudo ln -s /usr/bin/python3 /usr/bin/python
git clone https://github.com/freqtrade/freqtrade.git
cd freqtrade
git checkout stable
apk add --no-cache build-base
./setup.sh -i