This commit is contained in:
Robert Tidball 2026-04-14 20:50:13 -05:00 committed by GitHub
commit 06662d5910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -131,6 +131,14 @@ For local models with Ollama:
docker compose --profile ollama run --rm tradingagents-ollama docker compose --profile ollama run --rm tradingagents-ollama
``` ```
#### Google Colab / Jupyter Installation ####
```python
! git clone https://github.com/TauricResearch/TradingAgents.git
import os
os.chdir("TradingAgents")
! pip install -r requirements.txt
```
### Required APIs ### Required APIs
TradingAgents supports multiple LLM providers. Set the API key for your chosen provider: TradingAgents supports multiple LLM providers. Set the API key for your chosen provider: