Install python
Install pip
Install Virtualenv
yum install python-pip -y
pip install virtualenv
virtualenv helloworld
Windows machine
source helloworld/Scripts/activate
Linux Machine
source helloworld/bin/activate
pip install -r requirements.txt
python application.py