mirror of
https://github.com/cooperhammond/irs.git
synced 2025-06-30 14:48:14 +00:00
Merge branch 'master' of https://github.com/kepoorhampond/IngeniousRedistributionSystem
This commit is contained in:
commit
570651980b
13
README.md
13
README.md
|
@ -24,3 +24,16 @@ ___
|
||||||
```
|
```
|
||||||
$ pip install irs
|
$ 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
|
||||||
|
```
|
||||||
|
<sub><sup>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.<sup><sub>
|
Loading…
Reference in a new issue