Update README.md

This commit is contained in:
Kristofer Rolf Söderström
2024-05-17 08:49:28 +02:00
committed by GitHub
parent ff06a257f2
commit fe60b04020

View File

@@ -36,8 +36,7 @@ From the Anaconda Prompt (which should now be installed in your system, find it
``` ```
conda install -c conda-forge ffmpeg-python conda install -c conda-forge ffmpeg-python
``` ```
You can also choose not to use Anaconda (or miniconda), and use Python. In that case, you need to download and install FFMPEG (and potentially add it to your PATH): ```https://ffmpeg.org/download.html``` You can also choose not to use Anaconda (or miniconda), and use Python. In that case, you need to [download and install FFMPEG](https://ffmpeg.org/download.html) (and potentially add it to your PATH). See here for [WikiHow instructions](https://www.wikihow.com/Install-FFmpeg-on-Windows).
See here for WikiHowinstructions: ```https://www.wikihow.com/Install-FFmpeg-on-Windows```
3. The main functionality comes from openai-whisper. See their [page](https://github.com/openai/whisper) for details. It also uses some additional packages (colorama, and customtkinter), install them with the following command: 3. The main functionality comes from openai-whisper. See their [page](https://github.com/openai/whisper) for details. It also uses some additional packages (colorama, and customtkinter), install them with the following command:
``` ```
pip install -r requirements.txt pip install -r requirements.txt