The code for the article Configs in Yaml and Hydra
You can use any method (conda, poetry or other) but the simplest would be
python3 -m venv YamlVenv
source YamlVenv/bin/activate
pip install -r requirements.txtand then just follow the article (the repo has different tags for different parts of the article)