info on using on windows

This commit is contained in:
Ritiek Malhotra
2016-10-10 07:49:59 +05:30
committed by GitHub
parent 0b2adf572e
commit 55e770734d

View File

@@ -12,37 +12,24 @@ That's how your Music library will look like!
<img src="http://i.imgur.com/5vhk3HY.png" width="290"> <img src="http://i.imgur.com/5vhk3HY.png" width="290">
<img src="http://i.imgur.com/RDTCCST.png" width="290"> <img src="http://i.imgur.com/RDTCCST.png" width="290">
Feel free to report issues and send pull requests for new ideas! Feel free to report issues and fork this repository!
## Dependencies:
Install required python packages
```
pip install -r requirements.txt
```
You'll also need to install avconv:
```
sudo apt-get install liabav-tools
```
## Installation & Usage: ## Installation & Usage:
#### Debian, Ubuntu, Linux & Mac: #### Debian, Ubuntu, Linux & Mac:
``` ```
cd ~ cd
git clone https://github.com/Ritiek/Spotify-Downloader git clone https://github.com/Ritiek/Spotify-Downloader
cd Spotify-Downloader cd Spotify-Downloader
sudo pip install -r requirements.txt
sudo python setup.py install sudo python setup.py install
``` ```
You'll also need to install avconv:
```
sudo apt-get install libav-tools
```
Use ```spotdl``` to launch the script. Use ```spotdl``` to launch the script.
To update the script to the latest version any time, Run:
```
cd Spotify-Downloader
git pull
```
#### Windows: #### Windows:
Assuming you have python (2.7.12 or higher) already installed.. Assuming you have python (2.7.12 or higher) already installed..