Add Installation section to the readme

Document how to install hacking in the readme.

Change-Id: Iae2598d045402cdbb89c6da425575b6871a79b12
This commit is contained in:
Joe Gordon 2014-05-11 13:14:17 -07:00
parent 6c649d71ea
commit b83f7f2137
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,15 @@ Introduction
hacking is a set of flake8 plugins that test and enforce the `OpenStack
Style Guidlines <http://docs.openstack.org/developer/hacking>`_.
Installation
============
hacking is available from pypi, so just run:
``pip install hacking``
This will install ``flake8`` with the ``hacking`` and ``pyflake`` plugins
Origin
======