Skip to content

Installation

Installing the SWE-bench CLI is straightforward using pip.

Using pip

pip install sb-cli

Verifying Installation

After installation, verify that the CLI is working correctly:

sb-cli --help

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:

pip install --upgrade sb-cli