docs: add .venv activation requirement to CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
alexwei12 2026-02-13 19:40:41 +08:00
parent f79b4cc217
commit 573f75b3ef
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,15 @@ TradingAgents is a multi-agent LLM financial trading framework built with LangGr
## Essential Commands
### Python Environment
Always activate the project's virtual environment before running Python commands:
```bash
# Windows
.venv\Scripts\activate
# Linux/macOS
source .venv/bin/activate
```
### Installation (requires Python >=3.10)
```bash
pip install -r requirements.txt