Gedit Python pep8 pyflakes
pep8, pyflakes
$ easy_install pep8
$ easy_install pyflakes
Download zip or tar source and unpack it.
or
git clone git://github.com/tmf16/gedit-pycheck.git
Copy pycheck.gedit-plugin and the pycheck folder into ~/.gnome2/gedit/plugins/
~/.gnome2/gedit/plugins/pycheck
~/.gnome2/gedit/plugins/pycheck.gedit-plugin
Restart Gedit.
Activate the plugin in gedit by choosing 'Edit > Preferences', select the 'Plugins' tab, and check the box next to 'PyCheck'.
- Open a Python file.
- From Gedit Menu, select Tools > Python Check.