Skip to content

Installation

First clone the repo:

git clone https://github.com/LINs-lab/MASArena
cd MASArena/

uv

We recommend using uv for dependency and virtual environment management. Refer to Installation for installation instructions.

Run the installation with uv:

uv sync

pip

Or you can use pip to install the dependencies:

pip install -r requirements.txt