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