From 55e770734da0a7878e04ecf4daa998a719e3b813 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Mon, 10 Oct 2016 07:49:59 +0530 Subject: [PATCH] info on using on windows --- README.md | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f47fc12..b6cc6d5 100644 --- a/README.md +++ b/README.md @@ -12,37 +12,24 @@ That's how your Music library will look like! -Feel free to report issues and send pull requests for new ideas! - -## Dependencies: - -Install required python packages -``` -pip install -r requirements.txt -``` - -You'll also need to install avconv: -``` -sudo apt-get install liabav-tools -``` +Feel free to report issues and fork this repository! ## Installation & Usage: #### Debian, Ubuntu, Linux & Mac: ``` -cd ~ +cd git clone https://github.com/Ritiek/Spotify-Downloader cd Spotify-Downloader +sudo pip install -r requirements.txt sudo python setup.py install ``` +You'll also need to install avconv: +``` +sudo apt-get install libav-tools +``` Use ```spotdl``` to launch the script. -To update the script to the latest version any time, Run: -``` -cd Spotify-Downloader -git pull -``` - #### Windows: Assuming you have python (2.7.12 or higher) already installed..