Update README.md

This commit is contained in:
ScrapeHero
2018-03-01 11:21:19 +05:30
committed by GitHub
parent 22198fc397
commit 204dba349e
+1 -14
View File
@@ -40,22 +40,9 @@ Below are the package requirements:
### Installation ### Installation
PIP to install the following packages in Python (https://pip.pypa.io/en/stable/installing/). 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 Requests, to make requests and download the HTML content of the pages (http://docs.python-requests.org/en/master/user/install/).
To install python request module:
```
pip3 install requests
```
Python LXML, for parsing the HTML Tree Structure using Xpaths (Learn how to install that here http://lxml.de/installation.html) Python LXML, for parsing the HTML Tree Structure using Xpaths (Learn how to install that here http://lxml.de/installation.html)
Installing lxml:
```
pip3 install lxml
```
## Running the scraper ## Running the scraper
We would execute the code with the script name followed by the ticker symbol of the companys stock data you would like. As an example We would execute the code with the script name followed by the ticker symbol of the companys stock data you would like. As an example