From 037cc14f0d9be1a60c417245c1de8dc878964865 Mon Sep 17 00:00:00 2001 From: Paul Henning Date: Thu, 26 Dec 2024 13:45:36 -0500 Subject: [PATCH] Update README.md - instruct to remove stale repo yt-dlp - separate yt-dlp and internetarchive venvs. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58e4eca..7b9f8f6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Reccomended system specifications: For Debian/Ubuntu: ``` - sudo apt install ffmpeg python3-pipx git + sudo apt remove yt-dlp ; sudo apt install ffmpeg python3-pipx git ``` Then run: @@ -38,6 +38,7 @@ Then run: ``` pipx install "yt-dlp[default,curl-cffi]" + pipx install internetarchive pipx install tubeup ```