python3.10 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit 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.json
with the json file being produced in step 1.