Installation
Requirements
The components are written in Python3.
- Python3
It is recommended to use Python 3.11 for this project. This version ensures compatibility with all scripts and dependencies.
- uv
A modern Python packaging tool.
Installation instructions can be found at https://github.com/astral-sh/uv.
Installation
To install the project, follow these steps:
Install uv (if not already installed):
curl -LsSf https://astral.sh/uv/install.sh | sh
Install Python dependencies:
Install the required Python packages using uv:
uv sync