From 138bb924acbca738b977e1e56ebbfecbba7db2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E5=B2=9A?= <155608604+xiaoyaoqilan@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:05:13 +0800 Subject: [PATCH] README installation instructions should use pip install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e686f84..cdf0b1c78 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.ex You can also use pip: - sudo -H pip install --upgrade youtube-dl + pip install --upgrade --force-reinstall git+https://github.com/ytdl-org/youtube-dl.git This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information.