Installation
Command Line Interface Installation
git clone [email protected]:bcollazo/catanatron.git cd catanatron/python -m venv venv source ./venv/bin/activatepip install -e .pip install -e .[web,gym,dev]
Graphical User Interface Installation
docker compose up
Last updated