reviewstats/doc/source/installation.rst
Robert Collins 98d4a78c16 Cookiecutterify reviewstats.
One step on a long path. Note that there is some noddy stuff in here
like a pointless test - its in cookiecutter and I don't want to muddle
code moves up with that, so 'meh'.

Change-Id: I500b92c0e8177c85e696d039417dcf982010775b
2013-11-25 03:26:57 +00:00

201 B

Installation

At the command line:

$ pip install reviewstats

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv reviewstats
$ pip install reviewstats