-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandoc is required, enhances #20 #32
base: master
Are you sure you want to change the base?
Conversation
Brief link to pandoc install instructions to support html2text
Hi @jeffbryner, could you please add to the |
@@ -35,7 +35,12 @@ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, we don't really need pandoc
anymore. So we can probably remove it altogether from the README + setup.py. phantomjs
should be enough currently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, it prompted when trying to install pypandoc. Is pypandoc not needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not at the moment. We used it at the beginning to convert privacy policies to github markdown but disabled this feature temporarily. We might do it again when we have a better cleaning process for the policies.
Brief link to pandoc install instructions to support html2text
Supports issue #20