๐ Installation Overview¶
Choose your installation method / ้ๆฉๅฎ่ฃ ๆนๅผ
๐ฏ Quick Comparison¶
| Method | Difficulty | Time | Best For |
|---|---|---|---|
| ๐ณ Docker | โญ Easy | 5 min | Quick start, no setup |
| ๐ pip | โญโญ Medium | 10 min | Python developers |
| ๐ฆ npm | โญโญ Medium | 10 min | Node.js projects |
| ๐ง Source | โญโญโญ Advanced | 15 min | Developers, contributors |
๐ Recommended Paths¶
For Most Users โ Docker¶
Why: No Python/Node.js setup, works everywhere
For Python Developers โ pip¶
Why: Native Python integration, easy to extend
For Node.js Developers โ npm¶
Why: Use in JavaScript/TypeScript projects
For Contributors โ Source¶
Why: Full access to code, make modifications
git clone https://github.com/XuXuClassMate/trading-assistant.git
cd trading-assistant
pip install -e .
๐ Prerequisites¶
API Keys Required¶
All methods require these free API keys:
- Twelve Data - 800 calls/day free
-
Get: https://twelvedata.com/pricing
-
Alpha Vantage - 25 calls/day free
- Get: https://www.alphavantage.co/support/#api-key
๐ฏ Next Steps¶
After installation:
โ Need Help?¶
- FAQ - Common questions
- GitHub Issues - Report bugs
- Discussions - Ask questions