From 9c14d3928da742c68934c4ed1c425aff9d484db0 Mon Sep 17 00:00:00 2001 From: Sethupathi Asokan Date: Tue, 20 Aug 2024 17:07:05 +0530 Subject: [PATCH] Added prerequisite for ffmpeg --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 941bd92..444bf01 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ python 3.8.1 or above sudo apt-get update sudo apt-get install python3.8.1 +ffmpeg + sudo apt update && sudo apt install ffmpeg + Ollam For Linux: curl -fsSL https://ollama.com/install.sh | sh