Installation

Requirements

The components are written in Python3.

  1. Python3
    • It is recommended to use Python 3.11 for this project. This version ensures compatibility with all scripts and dependencies.

  2. uv

Installation

To install the project, follow these steps:

  1. Install uv (if not already installed):

    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. Install Python dependencies:

    Install the required Python packages using uv:

    uv sync