Search algorithms to test against CLAM-CAKES.
- Create a Python virtual environment. The examples here assume
Python 3.9.x
andbash
for the shell.
python -m venv .venv
source .venv/bin/activate
- Upgrade
pip
,setuptools
andwheel
.
pip install --upgrade pip setuptools wheel
- Install this package:
pip install -e .
- Run it from the terminal:
python -m rivals