From a45d4922bb1ddd213d90c5eee4914bec5a7f046e Mon Sep 17 00:00:00 2001 From: mara Date: Fri, 10 Dec 2021 00:57:21 +0100 Subject: [PATCH] Fix lines in README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6eb14df..ae265a3 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,20 @@ cd zine_maker ## Requirements You need either python2 or python3 running on the computer https://www.python.org/downloads/ + And also the pip command https://pip.pypa.io/en/stable/installation/ + Once these are installed, from within zine_maker run: + `pip install -r requirements.txt` ## For merging the cover.pdf, body.pdf and colophon.pdf there are many pdf merger tools, one that is command line based is pdfunite http://linux-commands-examples.com/pdfunite + from the terminal run: + `pdfunite cover.pdf body.pdf colophon.pdf output.pdf` ## For shuffling the final pdf and prepare it for printing you need the pdfseparate command @@ -33,27 +38,33 @@ http://www.imagemagick.org/ `python doc_pdf.py ` OR + `python doc_pdf.py text/images.txt body/images.pdf` OR add your text file and replace respectively + `python doc_pdf.py text/.txt body/.pdf` ## To make the cover of the pdf `python cover.py` OR + `python cover.py text/cover.txt covers/cover.pdf` OR add your text file and replace respectively + `python cover.py text/.txt covers/.pdf` ## To make the colophon of the pdf `python cover.py ` OR + `python cover.py text/colophon.txt colophones/colophon.pdf` OR add your text file and replace respectively + `python cover.py text/.txt colophones/.pdf` ## To prepare signatures for printing a small booklet