The scripts in mubu-riot-plotting/ depend on a small scientific Python stack. The simplest way to install everything is to create the virtual environment at the project root:
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txtIf you keep requirements.txt inside mubu-riot-plotting/, use:
python -m pip install -r mubu-riot-plotting/requirements.txtThe project currently needs:
numpypandasmatplotlibseaborn
If you want other users to reproduce the environment exactly, keep requirements.txt updated whenever you add a new third-party import.