You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/05/09 22:46:29 UTC

[incubator-ponymail-foal] branch master updated: Document optional installs

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new c9e4a21  Document optional installs
c9e4a21 is described below

commit c9e4a219b91a9aa9da002f6d831cc460e0369039
Author: Sebb <se...@apache.org>
AuthorDate: Sun May 9 23:46:16 2021 +0100

    Document optional installs
---
 INSTALL.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index c435274..3cfbb25 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -27,6 +27,10 @@
 cd foal/
 pipenv install -r requirements.txt
 ~~~
+- Install any desired optional dependencies, for example:
+  - html2text (GNU GPL 3) - convert HTML to plain text
+  - mailman (GPLv3+) - interface with Mailman lists
+  - zope (Zope Public Licence 2.1) - required for Mailman integration
 - Run the setup process:
 ~~~shell script
 cd tools/