๐ฆ Prerequisite: Python Virtual Environment
sudo apt-get install python3-venv # Install Python virtual environment
๐ ๏ธ Installation Process
- Clone the Repository ๐ฅ
git clone https://github.com/freqtrade/freqtrade.git
- Enter Directory & Switch Branch ๐
cd freqtrade
git checkout develop # Switch to develop branch
- Run Installation Script โ๏ธ
./setup.sh --install
โณ Important Notes
- The TA-Lib installation might take 20+ minutes on low-spec systems (tested on Azure 1CPU/1GB RAM) โ๏ธโฑ๏ธ
- Don’t interrupt the process - just let it run! โ๏ธ
โ Completion
You’ll see success messages when fully installed! ๐
Check with freqtrade --version to verify installation โ๏ธ
Pro Tip ๐ก: Keep your environment updated with git pull regularly! ๐
This version uses emojis to highlight key actions and important information, making the technical content more engaging and easier to follow ๐ฉ๐ป๐จ๐ป.