From aabec0f3a293f53277cadd8c4e1d3b13e06caa6b Mon Sep 17 00:00:00 2001 From: bender <123113548+LeLawnGames@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:48:37 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329caa2..175dcfe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ I will note that **I am not an expert**. I taught myself how to use python and b - **[ffmpeg](https://github.com/jiaaro/pydub#getting-ffmpeg-set-up)** - **[mutagen](https://mutagen.readthedocs.io/en/latest/)** -Reference the linked repositories for tips and tricks on setting up each one. +Reference the linked repositories for tips and tricks on setting up each one. (pydub & mutagen included in requirements.txt but ffmpeg needs to be installed globally as the python version results in occassional glitches.) ## Organization I've organized my directory into the following folder structures mainly because I find it easier to follow the process when I'm visualizing the steps, but it should go without saying that you can mix and match this to your liking.