diff --git a/INSTALL.md b/INSTALL.md index 61477aa..ba3ac31 100644 --- a/INSTALL.md +++ b/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.