d4d826ef96
Add .getreview file and add files generated via cookiecutter template. Also delete some originally added files to have project's initial layout ready. Change-Id: I494f52469b5a4aff1c1f12d58bcf41140ad3e680
12 lines
213 B
ReStructuredText
12 lines
213 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install heat-translator
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv heat-translator
|
|
$ pip install heat-translator |