pip install verus
REPO=<git-url> CHIMP_TOKEN=<api-key> verusNote: Even if you use pip, you must have a Docker installed
docker pull https://ghcr.io/getdatachimp/verus
docker run \
-e CHIMP_TOKEN=<api-key> \
-e REPO=<git-url> \
-v /var/run/docker.sock:/var/run/docker.sock \
verus