This commit is contained in:
Robert Tidball 2026-03-01 22:47:07 +01:00 committed by GitHub
commit 3c5a3c2361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -116,6 +116,14 @@ Install dependencies:
pip install -r requirements.txt
```
#### 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
TradingAgents supports multiple LLM providers. Set the API key for your chosen provider: