Pipenv is used to manage packages and virtual environments.
sudo -H pip install -U pipenv
Inside the project directory,
pipenv install
Run specified python file in the virtual environment
pipenv run python index.py
Set simulation params with slider Selecting a param will run all values associated with that parameter
Start the simulation Will take ~5mins for 10 runs
Select which metric to view