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 ```