Update README.md

This commit is contained in:
Kepoor Hampond 2016-12-19 19:50:24 -08:00 committed by GitHub
parent 125289f4f7
commit fd270cb9eb

View file

@ -41,9 +41,6 @@ Options:
___ ___
### Installation ### 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: 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 $ scoop install ffmpeg
@ -57,3 +54,8 @@ For Ubuntu:
$ sudo apt-get install ffmpeg $ 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. 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
```