python3.10 -m venv .venv
source .venv/bin/activatepip install -r requirements.txtstreamlit run app.py- Generate variations
python generage_variations.py --inifile files/inifile.json --param motivation_parameters/width --values 1.0,2.0- Run simulation with variations
python simulation.py --variations-file variations.json --inifile inifile.jsonwith the json file being produced in step 1.