mirror of
https://github.com/cooperhammond/irs.git
synced 2025-07-05 15:30:32 +00:00
Update README.md
This commit is contained in:
parent
bbac80d5f0
commit
6de3df1858
|
@ -1,6 +1,6 @@
|
||||||
# Ingenious Redistribution System
|
# Ingenious Redistribution System
|
||||||
[](http://www.gnu.org/licenses/gpl.html)
|
[](http://www.gnu.org/licenses/gpl.html)
|
||||||
[](https://pypi.python.org/pypi/irs)
|
[](https://pypi.python.org/pypi/irs)
|
||||||
|
|
||||||
<em>Now with working album art!</em>
|
<em>Now with working album art!</em>
|
||||||
|
|
||||||
|
@ -41,15 +41,15 @@ Options:
|
||||||
|
|
||||||
___
|
___
|
||||||
### Installation
|
### Installation
|
||||||
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:
|
Please note that it currently is only usable in `Python 3.x`. 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
|
||||||
```
|
```
|
||||||
For OSX, you can use [`Brew`](http://brew.sh/) and do:
|
For OSX, you can use [`Brew`](http://brew.sh/) to install `ffmpeg`:
|
||||||
```
|
```
|
||||||
$ brew install ffmpeg
|
$ brew install ffmpeg
|
||||||
```
|
```
|
||||||
For Ubuntu:
|
And then for Ubuntu:
|
||||||
```
|
```
|
||||||
$ sudo apt-get install ffmpeg
|
$ sudo apt-get install ffmpeg
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue