From aebe61432d9927a87a4a770d3e8cb3856dcdb84b Mon Sep 17 00:00:00 2001 From: Klaus Thoden Date: Mon, 30 Oct 2017 14:45:23 +0100 Subject: [PATCH] Installation instructions --- INSTALL.md | 25 +++++++++++++++++++++++++ requirements.txt | 2 ++ 2 files changed, 27 insertions(+) create mode 100644 INSTALL.md create mode 100644 requirements.txt diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..66a070c --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,25 @@ + + + +clone eoaskripts +clone eoa_sample_project + +Fonts installieren + +xbxx läuft + +präambel ändern + +EOASkripten + +pip install lxml pypdf2 fehlt, Samuel macht ein -m venv + +Konfiguration anpassen: Pfade + +wie findet man die Pfade raus? texlive? texbin über which xelatex, + +tralics relativ oder absolut + +braucht man die drei letzten Pfade überhaupt? + +tralics und epubcheck separat installieren diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2bdb4af --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +lxml==3.3.5 +pypdf2