From a820450b374fc59e325ea136cb2241214bd43339 Mon Sep 17 00:00:00 2001 From: Mahmoud Ashraf Date: Thu, 10 Oct 2024 18:57:18 +0300 Subject: [PATCH] New installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b0370..c0e1da7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ This repository combines Whisper ASR capabilities with Voice Activity Detection WhisperX and NeMo parameters are coded into diarize.py and helpers.py, I will add the CLI arguments to change them later ## Installation +Python >= `3.10` is needed, `3.9` will work but you'll need to manually install the requirements one by one. + `FFMPEG` and `Cython` are needed as prerequisites to install the requirements ``` pip install cython @@ -63,7 +65,7 @@ scoop install ffmpeg winget install ffmpeg ``` ``` -pip install -r requirements.txt +pip install -c constraints.txt -r requirements.txt ``` ## Usage