Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Installation instructions
  • Loading branch information
Klaus Thoden committed Aug 1, 2018
1 parent 4c960b8 commit 205ef96
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions INSTALL.md
@@ -0,0 +1,13 @@
All programs require the installation of Python 3, which can be
obtained at <https://www.python.org/downloads/> or through package
managers (depending on the operating system). Current installations
already include `pip` which is used to install further packages.

In a terminal, run the command

pip3 install lxml bibtexparser bs4

to install the required packages.

In order to run the xsl scripts found in the `data` directory, an XSL
processor like [Saxon](http://saxon.sourceforge.net/) is required.

0 comments on commit 205ef96

Please sign in to comment.