98d4a78c16
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
12 lines
201 B
ReStructuredText
12 lines
201 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install reviewstats
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv reviewstats
|
|
$ pip install reviewstats |