From db2dd817f00a3109389f8aacc42eff11dbca2c12 Mon Sep 17 00:00:00 2001 From: nathom Date: Tue, 30 Mar 2021 10:19:14 -0700 Subject: [PATCH] update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a14f204..40b8970 100644 --- a/README.md +++ b/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