Freqtrade on Alpine Ramdisk
This revision is from 2024/10/08 02:26. You can Restore it.
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
./setup.sh -i
{/pre}