diff --git a/README.md b/README.md index 22c217879896dc77277d063356e775b9a4434f74..400e1cd1b36a5d89ba1be57f7eb617b30f651f27 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