Skip to content

2. Installation

Anirudh Anand edited this page Apr 18, 2018 · 1 revision

Prerequisites

There are a few packages which are necessary before proceeding with the installation:

  • Git client: sudo apt-get install git
  • Python 2.7: which is installed by default in most systems
  • Python pip: sudo apt-get install python-pip
  • MongoDB: Read the official installation guide to install it on your machine.

Install

Installation is as easy as cloning the github repo and running the install script:

git clone https://github.com/flipkart-incubator/RTA
cd RTA
python install/install.py

Report Bugs/Feature Requests

If you have ideas to improve the tool, please don’t hesitate to report by starting a new issue in github.