How to setup your Robot Framework environment

Installing the following Prerequisites

Install Python 2.7.xx whichever is most recent, currently Python 2.7.15

Image with caption Select Install for All Users -> Next -> Add Python.ext to Path -> Next -> DONE

Save as Python file in Downloads
Open Windows Powershell
cd Downloads
python get-pip.py
Click latest release version
Download Wndows Version zip
Move chromedriver file to C:\Python27\Scripts
Go To File -> Settings -> Plugins
Uninstall IntelliBot (if you dont have it, better)
Browse repositories -> Install the ff. plugins
Python Community Edition
Robot Framework Support
Robot Plugin
Open Windows Powershell
pip install robotframework
pybot --version
pip install robotframework-seleniumlibrary
pip install robotframework-selenium2library
pip install robotframework-databaselibrary
pip install robotframework-excellibrary
pip install robotframework-sshlibrary
pip install pymysql
pip install pymssql
pip install robotframework-ride
pip install openpyxl
Open SourceTree App 
Click Remote
Add you atlassian/bitbucket account
Search Organization Repos for ami-ph-qa
Click Clone

Image with caption Image 1

Wait for SourceTree to finish loading the repositorys configuration
Click Clone button after SourceTree finished loading the configurations
It should automatically create a repository copy in your machine in Documents\ami-ph-qa
Now open the ami-ph-qa folder in your IntelliJ IDEA Community Edition 

Image with caption Image 2

Yay we’re done!

Image with caption Good Job :trollface: