From 55074ede8db1b8dac63fdbd860bb044d7fd562f7 Mon Sep 17 00:00:00 2001 From: Robert Tidball <57079898+roberttidball@users.noreply.github.com> Date: Tue, 5 Aug 2025 22:53:41 +1000 Subject: [PATCH] Colab installation documentation Addition to the documentation so that users can run in Colab - issue raised here: https://github.com/TauricResearch/TradingAgents/issues/161 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cac18691..cab4aaca 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,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 You will also need the FinnHub API for financial data. All of our code is implemented with the free tier.