Adding instructions to install using Conda

This commit is contained in:
Gabriel Fair 2018-09-17 23:08:57 -04:00 committed by GitHub
parent 3a9c928426
commit f25ea2008a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/):