Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More markdown
  • Loading branch information
Klaus Thoden committed Oct 30, 2017
1 parent 8e0b2c5 commit 14a7055
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions INSTALL.md
@@ -1,14 +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
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/)
* [graphicsmagick](http://www.graphicsmagick.org/)
* [tralics](https://www-sop.inria.fr/marelle/tralics/)

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
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.

0 comments on commit 14a7055

Please sign in to comment.