summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/doc/source/installation.rst
blob: 71c5237286e7a147fa9ad83b1ed11557a8691818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
============
Installation
============

Assuming that OpenStackClient (OSC) is available in your environment, you can easily install Heat-Translator to use with OSC by following three steps::

    git clone https://github.com/openstack/heat-translator
    cd heat-translator
    sudo 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

Heat-Translator can be installed via PyPI package as well. Refer to https://pypi.python.org/pypi/heat-translator for available packages.