elastic-recheck/doc/source/installation.rst
Joe Gordon 639697808e Apply Cookiecutter to the repo.
Make repo support 'tox -epep8' as we want this to be the first gating
check.
Don't make any actual code changes, just change setup and add files.
Further work is needed to re-organize the code, but that can be in a
separate patch.
2013-09-23 15:27:39 -07:00

213 B

Installation

At the command line:

$ pip install elastic-recheck

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv elastic-recheck
$ pip install elastic-recheck