266
edits
Changes
From Gramps
→Eclipse + PyDev
** Go in the menu '''Window > Preferences...''';
** Then choose '''PyDev > Interpreters > Python Interpreter'''.
** Click '''New...''' to create a link to your Python executable (for example ''/usr/bin/python2python3.65'').
* Next, you have to set up a PyDev project:
** Project name could be ''Gramps''
** Uncheck '''Use defaults''' and choose '''~/gramps-trunk''' as the project directory.
** Project type is '''Python 23.65'''
** Interpreter is the one you created at the first step above
** And then you can press '''Finish'''.