diff --git a/README.md b/README.md index 0a63042..6d449b6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,6 @@ vcpkg install --featurepackages --recurse boost[python] ``` -You may need to remove pytube stuff from your profile folder for the player application to set up the latest version. +You may need to remove pytube stuff from your profile folder for the player application to set up the latest version, for example, by invoking remove_pytube.cmd. Tiny demo here: https://www.youtube.com/watch?v=dySA4yEGdEc diff --git a/remove_pytube.cmd b/remove_pytube.cmd new file mode 100644 index 0000000..7a57906 --- /dev/null +++ b/remove_pytube.cmd @@ -0,0 +1 @@ +RD "%LOCALAPPDATA%\pytube-master" /S /Q