Added doc paragraph for buildout integration

This commit is contained in:
Giacomo Spettoli 2011-11-29 14:49:12 +01:00
parent 284aca6a9c
commit 49b10fcad3

17
README
View file

@ -76,6 +76,23 @@ If *strict* option is set to **1**, any warning will block the commit. When
is emited. If you don't specify it it's just ignored. If specified, must
be a positive value. 12 is usually a good value.
Buildout integration
=====================
In order to use Flake8 inside a buildout, edit your buildout.cfg and add this::
[buildout]
parts +=
...
flake8
[flake8]
recipe = zc.recipe.egg
eggs = flake8
${buildout:eggs}
entry-points =
flake8=flake8.run:main
Original projects
=================