mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-16 16:14:49 -04:00
update README
This commit is contained in:
parent
e1bbb5f3ca
commit
db2dd817f0
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue