From 4594ca7e78afdc4f4939cc62ff9102058cfba706 Mon Sep 17 00:00:00 2001 From: Kevin Watt Date: Tue, 11 Feb 2025 02:44:40 +0800 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 9ccf647..d778fd5 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,25 @@ Uses `yt-dlp` to download YouTube content and connects it to LLMs via [Model Con ## Installation 1. Install `yt-dlp` (Homebrew and WinGet both work great here) +### Additional Setup for yt-dlp-mcp + +yt-dlp-mcp requires the yt-dlp package. Install it based on your operating system: + +#### Windows +```bash +winget install yt-dlp +``` + +#### MacOS +```bash +brew install yt-dlp +``` + +#### Linux +```bash +pip install yt-dlp +``` + 2. Install this via [dive](https://github.com/OpenAgentPlatform/Dive): ```json {