From 375be73e0a908e4cd75c3a9cf1bad0ef736d2c25 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Fri, 27 Oct 2023 13:23:17 -0400 Subject: [PATCH] add python to readme requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99c1aba..1147ebe 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The following are a list of required third-party tools, you will need to ensure _**Note**:_ _These are seperate requirements that are not installed with the pip command! You will need to download and install these manually!_ +- [Python 3](https://python.org/) - [ffmpeg](https://www.ffmpeg.org/) - This tool is also available in Linux package repositories. - NOTE: It is recommended to use a custom build from the yt-dlp team that contains various patches for issues when used alongside yt-dlp, however it is not required. Latest builds can be found [here](https://github.com/yt-dlp/FFmpeg-Builds/releases/tag/latest) - [aria2/aria2c](https://github.com/aria2/aria2/) - This tool is also available in Linux package repositories