From f25ea2008a82b9e35580d55dd73dcda69eb7ae60 Mon Sep 17 00:00:00 2001 From: Gabriel Fair Date: Mon, 17 Sep 2018 23:08:57 -0400 Subject: [PATCH] Adding instructions to install using Conda --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd068a462..d7c2d05b9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,11 @@ You can also use pip: sudo -H pip 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. +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. + +You can also install this package with conda run: + + conda install -c conda-forge youtube-dl macOS users can install youtube-dl with [Homebrew](https://brew.sh/):