Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 862 Bytes

File metadata and controls

28 lines (18 loc) · 862 Bytes

Code

This folder stores the scripts for data processing and analysis.

Structure

Dependencies

Most of the code is written in Python. We recommend using uv to install the dependencies and manage the environment.

If you have uv installed, you can install the dependencies by running:

uv sync

You can run the scripts using uv by running:

uv run <script_name>.py

If you want to use other package managers, you can use the requirements.txt file at the root of the repository to install the dependencies.