From a0382aac863d02137de9eaafdb2818c1df242a36 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Wed, 28 Sep 2016 10:37:33 +0530 Subject: [PATCH] added requirements.txt --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d68b81b..672ffd0 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,15 @@ Feel free to report issues and send pull requests for new ideas! ## Dependencies: +mechanize +BeautifulSoup4 +pafy +spotipy +eyed3 + +Just run: ``` -pip install mechanize -pip install BeautifulSoup4 -pip install pafy -pip install spotipy -pip install eyed3 +sudo pip install -r requirements.txt ``` You'll also need to install avconv: