diff --git a/README.md b/README.md index 7f9c449e975f9164d920cfa4c16b043b9aadf9d4..bddc88d021edb985085cc666728021b263923f6b 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,14 @@ The Common Criteria Portal lists all product that are common critera certified a # Usage ## Dependencies * python -* scrapy +* Scrapy * pdfgrep (for common criteria portal) +* scraperapi-sdk (for gsmarena) +You can install the dependencies using the requirements.txt in the project subfolder like so: +``` +cd gsmarena +pip install -r requirements.txt +``` ## GSMArena ``` cd gsmarena @@ -48,4 +54,4 @@ cd common_criteria_scraper python cc_portal_scraper.py pdfgrep -riH "pixel 3" pdf ``` -substitute "pixel 3" for the phone model you are looking for \ No newline at end of file +substitute "pixel 3" for the phone model you are looking for