From fd270cb9ebe3009ac442c0424556afde49d3a2f9 Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Mon, 19 Dec 2016 19:50:24 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 692f2b1..dda9c8e 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,6 @@ Options: ___ ### Installation -``` -$ 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 @@ -57,3 +54,8 @@ 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. + +Finally, install it! +``` +$ pip install irs +```