From dc57245b77abfb7ae59b4838cf9d35611770c0d9 Mon Sep 17 00:00:00 2001 From: Tharsis Souza Date: Thu, 17 Oct 2024 11:20:12 -0300 Subject: [PATCH] Update GUIDELINES.md --- GUIDELINES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GUIDELINES.md b/GUIDELINES.md index 3e01260e..6fba6994 100644 --- a/GUIDELINES.md +++ b/GUIDELINES.md @@ -17,7 +17,8 @@ Thank you for your interest in contributing to Podcastfy! We welcome contributio ## Development -- Poetry is used as the dependency manager. Install it with `pip install poetry`. +- Poetry is the preferred but not mandatory dependency manager. Install it with `pip install poetry`. + - Contributors can opt to use `uv` instead and generate and push updated requirements.txt from it. - Sphinx is used as the documentation generator. Install it with `pip install sphinx`. - `make doc-gen` to generate the documentation.