Skip to content
Permalink
fd1e96ac48
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
26 lines (19 sloc) 941 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](https://github.molgen.mpg.de/EditionOpenAccess/EOASkripts/tree/master/data)
directory, an XSL processor like
[Saxon](http://saxon.sourceforge.net/) is required. See
[doc/XSL.md](https://github.molgen.mpg.de/EditionOpenAccess/EOASkripts/blob/master/doc/XSL.md)
for details.
## TEI components
Clone the repositories
- https://github.com/TEIC/TEI.git
- https://github.com/TEIC/Stylesheets.git
`Stylesheets` contains the tools for conversion.
See <http://www.tei-c.org/release/doc/tei-xsl/> for further documentation.