diff --git a/Installation.md b/Installation.md index bce22f4..6e88383 100644 --- a/Installation.md +++ b/Installation.md @@ -1,5 +1,7 @@ You can install yt-dlp either using one of the official releases, or with your favorite package manager +> If you are unfamilar with the command line, you may use one of the many third-party GUIs available + --- # Using the release binary @@ -46,6 +48,8 @@ You can install without any of the optional dependencies using: python3 -m pip install --no-deps -U yt-dlp ``` + + If you want to be on the cutting edge, you can also install the master branch with: ```bash python3 -m pip install -U pip setuptools wheel