29
edits
Changes
From Gramps
m
→Python based install
== Python based install ==
Gramps has deprecated the use of autotools for installation, and now uses a python based installation. As a user you are advised to use a package installer to install Gramps. Those installing from source code can do some so now with the commands :
python setup.py build
python setup.py install
See the INSTALL and README file for details. This means that once you have installed gramps, you can use the code as a standard python module, eg:
from gramps.gen.lib.date import Date