diff --git a/README.md b/README.md index 9a92bff9..b767d0b3 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,14 @@ For local models with 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 TradingAgents supports multiple LLM providers. Set the API key for your chosen provider: