From 7a2a07d28630f1d7d1360fa09582ddf426d9b58b Mon Sep 17 00:00:00 2001 From: Iheanyi Ekechukwu Date: Mon, 29 Apr 2013 23:06:01 -0300 Subject: [PATCH] Update README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 0525c36..25c9139 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ Usage: Run script with the URL you want to parse as the argument . . . python bandcamp-dl.py + +Dependencies: + +BeautifulSoup - Some HTML Parsing (probably won't even need in future iterations) +Mutagen - ID3 Encoding +Requests - For retrieving the page, once again . . . possibility of getting rid of this dependency in the future