From 7d8e9c468d9edc113f37d47d75bc7dbc2f1802bf Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Sat, 10 Dec 2016 23:46:46 -0800 Subject: [PATCH] Update README.md with a dependency I forgot about. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 206e031..d4e0016 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,16 @@ ___ ``` $ pip install irs ``` +Almost all dependencies are automatically installed by pip, but youtube_dl still needs ffmpeg to convert video to audio, so for Windows, you can install [`Scoop`](http://scoop.sh/) and then just do: +``` +$ scoop install ffmpeg +``` +For OSX, you can use [`Brew`](http://brew.sh/) and do: +``` +$ brew install ffmpeg +``` +For Ubuntu: +``` +$ sudo apt-get install ffmpeg +``` +Most other linux distros have `ffmpeg` or `libav-tools` in their package manager repos, so you can install one or the other for other distros. \ No newline at end of file