From 6ee623f16dc297bea9f99e8344d27ddaf957af9c Mon Sep 17 00:00:00 2001 From: Kepoor Hampond Date: Sat, 10 Jun 2017 19:04:26 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index e235393..c89ff96 100644 --- a/README.md +++ b/README.md @@ -57,19 +57,7 @@ $ irs -s "Bohemian Rhapsody" $ irs -p "Best Nirvana" ``` -## Install & The Dependencies (my new band name \s) - -Really there's only one actual external dependency: `ffmpeg`. For windows, you'll want to follow [this](http://www.wikihow.com/Install-FFmpeg-on-Windows) guide. For OSX, you'll want to install it through [`brew`](https://brew.sh/) with this command: -``` -$ brew install ffmpeg -``` -For Linux, most package managers have `ffmpeg` in their default repositories, so it can be installed like so: -``` -$ sudo apt-get install ffmpeg -``` -Or whatever your appropriate package manager is. - -Other than `ffmpeg` though, all other dependencies are automatically installed with [`pip`](https://pip.pypa.io/en/stable/): +## Install ``` $ sudo pip install irs ```