Merge 55074ede8d into f047f26df0
This commit is contained in:
commit
3c5a3c2361
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue