From a23a671080f56e1150ce5c57d987c033bf2fbf04 Mon Sep 17 00:00:00 2001 From: acetone <63557806+acetoneRu@users.noreply.github.com> Date: Mon, 6 Sep 2021 11:55:33 -0400 Subject: [PATCH] pip to pip3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2841ed68f..7ee5e1949 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 + sudo -H pip3 install --upgrade youtube-dl 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.