From 0e741458fc51deae0d1d59ce3aac5dcfdb9aa3f0 Mon Sep 17 00:00:00 2001 From: Paul Henning Date: Sat, 2 Nov 2024 22:46:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 647e72d..e8fa63b 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ For distros other than Debian based ones, consult your package managers manpage At a minimum Python 3.8 and up is required (latest Python preferred). ``` + pipx install "yt-dlp[default]" --include-deps pipx install tubeup - pipx install `yt-dlp[default]` pipx install internetarchive ```