Skip to content

Commit c291a3e

Browse files
authored
Merge pull request #8 from Gitsamshi/main
prepare pypi package
2 parents c732bfd + 144ccc0 commit c291a3e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,16 @@ mcp_agent/
124124
## Quick Start
125125

126126
### 1. Install
127-
Install from source with all dependencies:
128127

129128
```bash
129+
# PyPI (recommended)
130+
pip install a-evolve # core
131+
pip install a-evolve[anthropic] # Claude support
132+
pip install a-evolve[mcp] # MCP-Atlas benchmark
133+
pip install a-evolve[swe] # SWE-bench benchmark
134+
pip install a-evolve[all] # everything
135+
136+
# From source (for development)
130137
git clone https://github.com/A-EVO-Lab/a-evolve.git && cd a-evolve
131138
pip install -e ".[all,dev]"
132139
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "agent-evolve"
2+
name = "a-evolve"
33
version = "0.1.0"
44
description = "Evolve any agent across any domain using any evolution algorithm — with zero human intervention"
55
readme = "README.md"

0 commit comments

Comments
 (0)