From 01b90be518cd28d50fa9b3403180462d92a2b509 Mon Sep 17 00:00:00 2001 From: Saurabh Bhan Date: Sun, 26 Jun 2016 13:55:52 +0530 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1b8b64c..b4611a6 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,20 @@ Author - Saurabh Bhan A wallhaven scraper which downloads all the wallpapers form the first page of aplha.wallhaven.cc -How to use: +## How to use: 1. Download the wallpy.py 2. Move wallpy.py to the folder in which you want wallpapers to download. - 3. run script ( python3 wallpy.py) + 3. run script +''' +$ python3 wallpy.py +''' -Dependencies: +## Dependencies: This project depends on Beautiful soup Your can install beautiful soup via pip - - sudo pip3 install bs4 - + ''' + $ sudo pip3 install bs4 + '''