15,091
edits
Changes
no edit summary
{{man note|Prerequisites: a |A JRE (Java Runtime Environment) has to be installed.}}
To use Eclipse you'll need two folders.
Download an Eclipse package from [httphttps://www.eclipse.org/downloads/ Eclipse.org]. Unzip the file into <code>~/devel/eclipse_installs/ </code> and run the eclipse binary in <code>~/devel/eclipse_installs/eclipse </code> when asked for a workspace, enter <code>~/devel/eclipse_workspaces/gramps</code>
== Installing Pydev and Pylint==
Follow the [http://www.pydev.org/manual_101_install.html installation tutorial]
On Ubuntu, the python interpreter can be found at <code>/usr/bin/python</code> <code>sudo apt-get install pylint</code> Go to: {{man menu|window > preferences > pydev > pylint }} tick use {{man label|[ ] Use pylint }} and enter <code>/usr/bin/pylint </code> as the pylint path.
== Installing EGit ==
Open the Git perspective and add a repository.
Select Checkout project using new project wizard. Select pydev project wizard.