mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-02-04 13:16:37 +08:00
docs: update quickstart to use requirements.txt
This commit is contained in:
parent
ddecf7d845
commit
6f1c74ad6a
@ -37,11 +37,12 @@ A progressive tutorial that demystifies AI coding agents like Kode, Claude Code,
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install anthropic python-dotenv
|
# Install dependencies
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
# Configure your API
|
# Configure your API
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
# Edit .env with your API key
|
# Edit .env with your API key (supports Anthropic, OpenAI, Gemini, etc.)
|
||||||
|
|
||||||
# Run any version
|
# Run any version
|
||||||
python v0_bash_agent.py # Minimal
|
python v0_bash_agent.py # Minimal
|
||||||
@ -171,4 +172,4 @@ MIT
|
|||||||
|
|
||||||
**Model as Agent. That's the whole secret.**
|
**Model as Agent. That's the whole secret.**
|
||||||
|
|
||||||
[@baicai003](https://x.com/baicai003)
|
[@baicai003](https://x.com/baicai003)
|
||||||
@ -1,8 +1,5 @@
|
|||||||
# AI Provider Dependencies
|
|
||||||
anthropic>=0.25.0
|
anthropic>=0.25.0
|
||||||
openai>=1.0.0
|
openai>=1.0.0
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0
|
||||||
|
|
||||||
# Existing Dependencies
|
|
||||||
pygame==2.5.2
|
pygame==2.5.2
|
||||||
numpy==1.24.3
|
numpy==1.24.3
|
||||||
Loading…
x
Reference in New Issue
Block a user