28
edits
Changes
From Gramps
m
Dependency on DBF version is greater than 0.99
== Prerequisites ==
Before '''TMG importer''' can be used you will need the following installed:
* The '''[https://pypi.python.org/pypi/dbf dbf]''' package by Ethan Furman (version 0.9899.3 0 or greater). This reads TMG's Database(*.DBF) files
** From the command line installation for python3: <code>pip install dbf</code> or <code>pip3 install dbf</code>
* The '''[https://pypi.org/project/aenum/ aenum]''' package by Ethan Furman - used by dbf package.