diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..610f1da --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,13 @@ +All programs require the installation of Python 3, which can be +obtained at 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.