Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 484 Bytes

helios-data-analysis

Various scripts to perform data analysis for HELIOS firings

Usage

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