From 33d0c09d02169e44e71c3a2c405067a428df258c Mon Sep 17 00:00:00 2001
From: Andres Marafioti <andimarafioti@gmail.com>
Date: Thu, 22 Aug 2024 18:35:16 +0200
Subject: [PATCH] please use uv :pray:

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 22c2178..400e1cd 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,9 @@ git clone https://github.com/huggingface/speech-to-speech.git
 cd speech-to-speech
 ```
 
-Install the required dependencies:
+Install the required dependencies using [uv](https://github.com/astral-sh/uv):
 ```bash
-pip install -r requirements.txt
+uv pip install -r requirements.txt
 ```
 
 ## Usage
-- 
GitLab