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/activateInstall 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.yamlin the root folder of the repo:docker compose upVisit http://localhost:3000 in your browser!
Last updated