Update TOSCA translator installation doc

Provide detail of how heat translator can be installed currently.

Change-Id: I1f8fb44f259262f1788815b404a9c5709f1380af
This commit is contained in:
spzala 2015-07-08 08:21:01 -07:00
parent 13ea12f06a
commit 84dda44e8b

View File

@ -2,5 +2,12 @@
Installation Installation
============ ============
Heat-Translator project is planned to be made available via Heat Client, Assuming that OpenStackClient (OSC) is available in your environment, you can easily install Heat-Translator to use with OSC by following three steps::
which then can be invoked on command line.
git clone https://github.com/openstack/heat-translator
cd heat-translator
python setup.py install
You can also clone the project and use it without any specific OpenStack environment set up as below::
git clone https://github.com/openstack/heat-translator