From 8e0b2c55f6873b2ea6e06f4eb01bb1fbab3d1d02 Mon Sep 17 00:00:00 2001 From: Klaus Thoden Date: Mon, 30 Oct 2017 14:55:59 +0100 Subject: [PATCH] More instructions --- INSTALL.md | 33 +++++++++++---------------------- requirements.txt | 5 +++-- 2 files changed, 14 insertions(+), 24 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 66a070c..61477aa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,25 +1,14 @@ +For running the tool you will need two additional Python modules. lxml +and PyPDF2. If you use pip for installing them, there's the +requirements.txt which you can run using the command + pip install -r requirements.txt +Additionally, you will need two extra tools: + - [graphicsmagick](http://www.graphicsmagick.org/) + - [tralics](https://www-sop.inria.fr/marelle/tralics/) -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 +Then, edit config/eoaconvert.cfg and adjust the paths accordingly. +texbin is the directory that contains executables like xelatex. You +can use the which command (e.g. which xelatex) to find the correct +path. diff --git a/requirements.txt b/requirements.txt index 2bdb4af..18e0863 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -lxml==3.3.5 -pypdf2 +lxml==3.8.0 +PyPDF2==1.26.0 +