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** - 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: 1. **Install uv** (if not already installed): .. code-block:: bash curl -LsSf https://astral.sh/uv/install.sh | sh 2. **Install Python dependencies**: Install the required Python packages using uv: .. code-block:: bash uv sync