From 462aae12ca6a6ebd0dc0500702df596b042cab56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Fri, 17 May 2024 08:09:30 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7aba3f..966b5eb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ git clone https://github.com/soderstromkr/transcribe.git See [here](https://docs.anaconda.com/anaconda/install/index.html) for instructions. You might need administrator rights. 2. Whisper requires some additional libraries. The [setup](https://github.com/openai/whisper#setup) page states: "The codebase also depends on a few Python packages, most notably HuggingFace Transformers for their fast tokenizer implementation and ffmpeg-python for reading audio files." Users might not need to specifically install Transfomers. However, a conda installation might be needed for ffmpeg[^1], which takes care of setting up PATH variables. + From the anaconda prompt, type or copy the following: ``` conda install -c conda-forge ffmpeg-python