Installation
Installing the SWE-bench CLI is straightforward using pip.
Using pip
Verifying Installation
After installation, verify that the CLI is working correctly:
You should see output listing all available commands.
Development Installation
If you want to contribute or install from source:
git clone https://github.com/swe-bench/sb-cli.git
cd sb-cli
pip install -e .
Upgrading
To upgrade to the latest version: