aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 96a718c..4826fc3 100644
--- a/README
+++ b/README
@@ -1 +1,6 @@
-Depends on requests
+Dependencies:
+* Requests http://python-requests.org/
+* BeautifulSoup http://www.crummy.com/software/BeautifulSoup/
+
+pip install beautifulsoup4
+pip install requests