Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Mar 30, 2021
1 parent e1bbb5f commit db2dd81
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db2dd81

Please sign in to comment.