All Products
Search
Document Center

Resource Orchestration Service:Install Template Transformer

Last Updated:Sep 08, 2023

You can use Resource Orchestration Service (ROS) Template Transformer to convert an Excel, a Terraform, or an AWS CloudFormation template to a ROS template and format a ROS template. This topic describes how to install Template Transformer.

Prerequisites

Python 3.6 or later is installed. This is because Template Transformer is developed in Python. For more information, visit the Python official website.

Method 1: Use pip

Run the following command to install Template Transformer:

pip install alibabacloud-ros-tran

Method 2: Use the source code

  1. Run the following command to download the source code of Template Transformer:

    git clone https://github.com/aliyun/alibabacloud-ros-tool-transformer.git
  2. Run the following command to go to the alibabacloud-ros-tool-transformer directory:

    cd alibabacloud-ros-tool-transformer
  3. Run the following command to install Template Transformer:

    python setup.py install