Installation
Last updated
Clone the repository:
git clone git@github.com:bcollazo/catanatron.git
cd catanatron/Create a virtual environment (requires Python 3.11 or higher)
python -m venv venv
source ./venv/bin/activateInstall dependencies
pip install -e .(Optional) Install developer and advanced dependencies
pip install -e .[web,gym,dev]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 upVisit http://localhost:3000 in your browser!
Last updated