update README

This commit is contained in:
nathom 2021-03-30 10:19:14 -07:00
parent e1bbb5f3ca
commit db2dd817f0
1 changed files with 13 additions and 1 deletions

View File

@ -14,10 +14,22 @@ A scriptable stream downloader for Qobuz, Tidal, and Deezer.
First, ensure [pip](https://pip.pypa.io/en/stable/installing/) is installed. Then run the following in the command line:
Windows:
```bash
pip3 install streamrip --upgrade
pip3 install streamrip --upgrade; pip3 install windows-curses
```
macOS/Linux:
```bash
pip3 install streamrip --upgrade; pip3 install simple-term-menu
```
If you would like to use `streamrip`'s conversion capabilities, install [ffmpeg](https://ffmpeg.org/download.html).
## Example Usage