adding the software requirements to the repo

This commit is contained in:
manetta 2021-12-10 14:57:20 +01:00
parent aa4ceea01b
commit 86a2dbf3a7
2 changed files with 9 additions and 1 deletions

View File

@ -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 - (processing) uses `post-script.template.html` with Pandoc to generate the PDF
- (output) generates `post-script.html` (for debugging) and `post-script.pdf` - (output) generates `post-script.html` (for debugging) and `post-script.pdf`
## Requirements
- etherpump
- API access to an etherpad instance
- pandoc
- weasyprint

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
etherpump
pandoc
weasyprint