From c33919a525685a440434d859ec525adfb0afe41f Mon Sep 17 00:00:00 2001 From: Jeff Bryner Date: Thu, 1 Jun 2017 13:56:48 -0700 Subject: [PATCH 1/3] pandoc is required Brief link to pandoc install instructions to support html2text --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 01d959f..079f79e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,10 @@ package in 'developer mode' using `pip`, in a virtual environment. You also need ```sh $ pip install -e . ``` +## Prerequisites +You'll need pandoc: http://pandoc.org/installing.html +## Usage There are two entry points, used respectively for: 1. Automagically discovering privacy policies given a list of domains 2. Fetching privacy policies given the output of the first entry point (a list of From 3b4c7543b228728803d78e5361aafb3cc182609e Mon Sep 17 00:00:00 2001 From: Jeff Bryner Date: Thu, 1 Jun 2017 14:19:26 -0700 Subject: [PATCH 2/3] also need phantomjs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 079f79e..f6f3165 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ package in 'developer mode' using `pip`, in a virtual environment. You also need $ pip install -e . ``` ## Prerequisites -You'll need pandoc: http://pandoc.org/installing.html +You'll need: +- pandoc: http://pandoc.org/installing.html +- phantomjs: http://phantomjs.org/download.html ## Usage There are two entry points, used respectively for: From 262bbe67ad91d469c1b07d062d302018128db822 Mon Sep 17 00:00:00 2001 From: Jeff Bryner Date: Fri, 2 Jun 2017 15:33:16 -0700 Subject: [PATCH 3/3] add phantomjs npm install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6f3165..e3989ed 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ $ pip install -e . You'll need: - pandoc: http://pandoc.org/installing.html - phantomjs: http://phantomjs.org/download.html + npm -g install phantomjs-prebuilt ## Usage There are two entry points, used respectively for: