-
Notifications
You must be signed in to change notification settings - Fork 118
2. Installation
Anirudh Anand edited this page Apr 18, 2018
·
1 revision
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.
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
If you have ideas to improve the tool, please don’t hesitate to report by starting a new issue in github.