Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements.txt for easy dependecy installation #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Python3/xkcdDownloader/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
6 changes: 6 additions & 0 deletions Python3/xkcdDownloader/requirements.txt
Original file line number Diff line number Diff line change
@@ -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