# verified with python3.12.12
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install fuzzingbook matplotlib numpyor
python3.10 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python run_experiments.py --trials 1