Update README

master
Iheanyi Ekechukwu 2013-04-29 23:06:01 -03:00
parent a9a95af206
commit 7a2a07d286
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -1,3 +1,9 @@
Usage: Run script with the URL you want to parse as the argument . . .
python bandcamp-dl.py <URL>
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