diff --git a/README.md b/README.md index f19001c..127300d 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,12 @@ A progressive tutorial that demystifies AI coding agents like Kode, Claude Code, ## Quick Start ```bash -pip install anthropic python-dotenv +# Install dependencies +pip install -r requirements.txt # Configure your API cp .env.example .env -# Edit .env with your API key +# Edit .env with your API key (supports Anthropic, OpenAI, Gemini, etc.) # Run any version python v0_bash_agent.py # Minimal @@ -171,4 +172,4 @@ MIT **Model as Agent. That's the whole secret.** -[@baicai003](https://x.com/baicai003) +[@baicai003](https://x.com/baicai003) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 0e18e5f..029bc76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,5 @@ -# AI Provider Dependencies anthropic>=0.25.0 openai>=1.0.0 python-dotenv>=1.0.0 - -# Existing Dependencies pygame==2.5.2 numpy==1.24.3 \ No newline at end of file