From e6eb9468415257d1e9b6d463b0569c0cc209347c Mon Sep 17 00:00:00 2001 From: Krishna Date: Sun, 15 Oct 2017 19:40:16 +0530 Subject: [PATCH 1/2] Added dependencies into requirements.txt --- Python3/xkcdDownloader/requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Python3/xkcdDownloader/requirements.txt diff --git a/Python3/xkcdDownloader/requirements.txt b/Python3/xkcdDownloader/requirements.txt new file mode 100644 index 0000000..c3fdb16 --- /dev/null +++ b/Python3/xkcdDownloader/requirements.txt @@ -0,0 +1,6 @@ +beautifulsoup4==4.6.0 +certifi==2017.7.27.1 +chardet==3.0.4 +idna==2.6 +requests==2.18.4 +urllib3==1.22 From b09e531364b346626236b88f461cab0f1f263585 Mon Sep 17 00:00:00 2001 From: Krishna Date: Sun, 15 Oct 2017 19:41:45 +0530 Subject: [PATCH 2/2] Modified Readme to show requirements installation --- Python3/xkcdDownloader/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python3/xkcdDownloader/readme.md b/Python3/xkcdDownloader/readme.md index 3207528..9a5ecb6 100644 --- a/Python3/xkcdDownloader/readme.md +++ b/Python3/xkcdDownloader/readme.md @@ -11,6 +11,8 @@ Thereby maximizing efficiency # Pre-requisites +Install dependencies using `pip install -r requirements.txt` + External Modules used are * requests * `pip install requests`