Overview
A Vim plugin based on pyflakes.vim but with added support for pep8 code style checking.
Getting the Source
bzr branch http://dev.g33xnexus.com/bzr/pychecks-vim/trunk/ pychecks-vim
Installing
Windows
- Make the directory
C:\Users\USERNAME\vimfilesif it doesn't already exist. - Copy the
ftpluginsubdirectory from thepychecks-vimfolder intoC:\Users\USERNAME\vimfiles.
Linux
mkdir -p ~/.vim cp -r pychecks-vim/ftplugin ~/.vim/