From 8829ab0435cfe0a6ba98d5ccf81716e0191a5513 Mon Sep 17 00:00:00 2001 From: besendorf <besendorf@mi.fu-berlin.de> Date: Mon, 22 Feb 2021 14:25:22 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f9c449..bddc88d 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 -- GitLab