From 15fff04aeaa5bb7ae08aa3257632dea13596b04b Mon Sep 17 00:00:00 2001 From: Rh17S15 Date: Mon, 22 Sep 2025 20:19:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9848f6..b16255f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This script extracts chapter information from a Toniebox file, converts it to au ## Prerequisites Ensure you have Python 3 installed on your system. +FFmpeg must be installed and accessible via the $PATH environment variable. ## Installation @@ -12,8 +13,7 @@ Ensure you have Python 3 installed on your system. 2. Navigate to the project directory. -3. If you haven't already install ffmpeg using your favorite package manager -4. Install the required dependencies using `pip`: +3. Install the required dependencies using `pip`: ```bash pip install -r requirements.txt ```