af19e0531f
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I6a351a4468fa28d31de513b32ce95a35d209cc38
16 lines
606 B
ReStructuredText
16 lines
606 B
ReStructuredText
============
|
|
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.org/project/heat-translator for available packages.
|