Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.