diff --git a/README.md b/README.md index 34310010..bf960562 100644 --- a/README.md +++ b/README.md @@ -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: