From 86a2dbf3a75436475859143a66e6f48569f57d2e Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 10 Dec 2021 14:57:20 +0100 Subject: [PATCH] adding the software requirements to the repo --- README.md | 5 +++++ requirements.txt | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 798708e..fe78a26 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,12 @@ Throughout the publication 9 *text pattern separators* appear that were generate - (processing) uses `post-script.template.html` with Pandoc to generate the PDF - (output) generates `post-script.html` (for debugging) and `post-script.pdf` +## Requirements +- etherpump +- API access to an etherpad instance +- pandoc +- weasyprint diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7984864 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +etherpump +pandoc +weasyprint