From 2f894a740666b2fd3f54e7c7711af1dfd8515954 Mon Sep 17 00:00:00 2001 From: vitiko98 Date: Thu, 10 Dec 2020 00:24:10 -0400 Subject: [PATCH] Instruction for Windows --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b5751..a3c05a8 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,15 @@ Seach and download Lossless and Hi-Res music from [Qobuz](https://www.qobuz.com/ > You'll need an **active subscription** #### Install qobuz-dl with pip -##### Linux / MAC OS / Windows +##### Linux / MAC OS ``` pip3 install --upgrade qobuz-dl ``` +##### Windows +``` +pip3 install windows-curses +pip3 install --upgrade qobuz-dl +``` #### Run qobuz-dl and enter your credentials ##### Linux / MAC OS ```