mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
added requirements.txt
This commit is contained in:
13
README.md
13
README.md
@@ -16,12 +16,15 @@ Feel free to report issues and send pull requests for new ideas!
|
|||||||
|
|
||||||
## Dependencies:
|
## Dependencies:
|
||||||
|
|
||||||
|
mechanize
|
||||||
|
BeautifulSoup4
|
||||||
|
pafy
|
||||||
|
spotipy
|
||||||
|
eyed3
|
||||||
|
|
||||||
|
Just run:
|
||||||
```
|
```
|
||||||
pip install mechanize
|
sudo pip install -r requirements.txt
|
||||||
pip install BeautifulSoup4
|
|
||||||
pip install pafy
|
|
||||||
pip install spotipy
|
|
||||||
pip install eyed3
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You'll also need to install avconv:
|
You'll also need to install avconv:
|
||||||
|
|||||||
Reference in New Issue
Block a user