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..