From 9e4ad8fb4c75bacf82c63891a17f7519f39d1751 Mon Sep 17 00:00:00 2001 From: MrRawes Date: Fri, 25 Mar 2022 17:46:40 +0000 Subject: [PATCH] Update README.md make the installation instuctions for pip call for pip python module --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a23a0e2d7..abda6c3f3 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ 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 + sudo -H python -m pip install --upgrade youtube-dl If you want to be on the cutting edge, you can also install the master branch with pip: - sudo -H pip install --force-reinstall https://github.com/ytdl-org/youtube-dl/archive/master.tar.gz + sudo -H python -m pip install --force-reinstall https://github.com/ytdl-org/youtube-dl/archive/master.tar.gz 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.