This repository contains an introductory presentation about the Hydra framework, created using Quarto. These slides are designed to help colleagues and developers understand the basics of Hydra, including its core concepts, features, and how to use it effectively.
-
Install Quarto If you don’t have Quarto installed, download and install it from the Quarto website.
-
Clone the Repository
git clone https://github.com/nkhusainov/demo_hydra_conf.git cd demo_hydra_conf -
Render the Slides Run the following command to generate the slides:
cd slides quarto render -
View the Slides Open generated url
NOTE: Insure you have uv package manager installed
-
Install all depependencies using the following command:
uv sync
-
Run the example code using the following command:
cd src/example_1 uv run python main.py