python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtFor use with openhands autobuilder, place get_verification_script.py and parser.py in the root of the containerized environment.
python3 get_verification_script.py --repo <repo> --commit <commit>