From f3128ea4da05ad0ef9107ca8bb3111828dcfe025 Mon Sep 17 00:00:00 2001 From: ScrapeHero Date: Thu, 1 Mar 2018 11:23:03 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7031252..04fcd6a 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,10 @@ Below are the package requirements: ### Installation -PIP to install the following packages in Python (https://pip.pypa.io/en/stable/installing/) -Python Requests, to make requests and download the HTML content of the pages (http://docs.python-requests.org/en/master/user/install/). +PIP to install the following packages in Python (https://pip.pypa.io/en/stable/installing/) + +Python Requests, to make requests and download the HTML content of the pages (http://docs.python-requests.org/en/master/user/install/) + Python LXML, for parsing the HTML Tree Structure using Xpaths (Learn how to install that here – http://lxml.de/installation.html) ## Running the scraper