From: Vincent Driessen Date: Sat, 8 Sep 2012 22:25:55 +0000 (-0700) Subject: Merge pull request #15 from ecmendenhall/docfix X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f22f606c1e47a3e45407576d4b5c33367255ea1a?hp=fc04a1123eb6b2aa855eddfcee6da7a04ca0408c Merge pull request #15 from ecmendenhall/docfix Minor README update: Add link to flake8 package --- diff --git a/README.mdown b/README.mdown index e32260d..86a09cb 100644 --- a/README.mdown +++ b/README.mdown @@ -5,14 +5,16 @@ a static syntax and style checker for Python source code. It supersedes both [vim-pyflakes](https://github.com/nvie/vim-pyflakes) and [vim-pep8](https://github.com/nvie/vim-pep8). -Flake8 is a wrapper around PyFlakes (static syntax checker), PEP8 (style -checker) and Ned's MacCabe script (complexity checker). +[Flake8](http://pypi.python.org/pypi/flake8/) is a wrapper around PyFlakes +(static syntax checker), PEP8 (style checker) +and Ned's MacCabe script (complexity checker). Installation ------------ Use [vim-pathogen](https://github.com/tpope/vim-pathogen) if you're not using -it already. Then, simply put the contents of this repository in your +it already. Make sure you've installed the [flake8](http://pypi.python.org/pypi/flake8/) package. +Then, simply put the contents of this repository in your `~/.vim/bundle` directory. Usage