Skip to content
Permalink
4f79034a21
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
17 lines (13 sloc) 697 Bytes

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 is required. See doc/XSL.md for details.