Installation
Command Line Interface Installation
Clone the repository:
git clone [email protected]:bcollazo/catanatron.git cd catanatron/
Create a virtual environment (requires Python 3.11 or higher)
python -m venv venv source ./venv/bin/activate
Install dependencies
pip install -e .
(Optional) Install developer and advanced dependencies
pip install -e .[web,gym,dev]
Graphical User Interface Installation
Ensure you have Docker installed (https://docs.docker.com/engine/install/)
Run the
docker-compose.yaml
in the root folder of the repo:docker compose up
Visit http://localhost:3000 in your browser!
Last updated