From 1bbb5ffc79e8f3a8ec5259523fa66ac011323597 Mon Sep 17 00:00:00 2001 From: Russell Bradley Date: Wed, 28 Sep 2016 00:46:03 -0400 Subject: [PATCH 1/2] add requirements.txt --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c2084bb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +pip install mechanize +pip install BeautifulSoup4 +pip install pafy +pip install spotipy +pip install eyed3 From 7e7e7f8bcfe9eaaa6363b1ded104b5fd35e5e75e Mon Sep 17 00:00:00 2001 From: Russell Bradley Date: Wed, 28 Sep 2016 00:55:27 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d68b81b..05d54b3 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,9 @@ Feel free to report issues and send pull requests for new ideas! ## Dependencies: +Install required python packages ``` -pip install mechanize -pip install BeautifulSoup4 -pip install pafy -pip install spotipy -pip install eyed3 +pip install -r requirements.txt ``` You'll also need to install avconv: