Various scripts to perform data analysis for HELIOS firings
This repo uses Python poetry for dependency management.
- Install Poetry via the official documentation
- Run
poetry install
to install dependencies - You can use
poetry shell
to enter the virtual environment that has the installed dependencies - From there just run the Python scripts as you would usually