Skip to content

Commit 1cba6b2

Browse files
committed
docs: README — pip install from PyPI + version badge
The package is now live at https://pypi.org/project/repoagentbench/ so the Quickstart no longer requires `pip install -e .` from a clone. The clone is still needed to access the bundled examples/demo task, which is mentioned in the same block. Adds a PyPI version badge alongside Tests / Python / License so the header tells the install story at a glance.
1 parent bc4bae4 commit 1cba6b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# RepoAgentBench
22

3+
[![PyPI version](https://img.shields.io/pypi/v/repoagentbench.svg)](https://pypi.org/project/repoagentbench/)
34
[![Tests](https://github.com/HumphreySun98/repoagentbench/actions/workflows/test.yml/badge.svg)](https://github.com/HumphreySun98/repoagentbench/actions/workflows/test.yml)
45
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org)
56
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
@@ -49,7 +50,8 @@ RepoAgentBench dodges both problems. It is local-first: your code never leaves y
4950
## Quickstart
5051

5152
```bash
52-
pip install -e .
53+
pip install repoagentbench
54+
git clone https://github.com/HumphreySun98/repoagentbench.git && cd repoagentbench
5355

5456
# Smoke test (no API key, no CLI install required)
5557
repoagentbench run-one --task examples/demo --agent mock-fix

0 commit comments

Comments
 (0)