Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 469 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 469 Bytes

lre-data-analysis

Source code for the streamlit data-analysis app

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