- Make sure you have python 2.7.x and pip installed.
pip install virtualenv
virtualenv flask
source flask/bin/activategit clone https://github.com/royalharsh/bing-bong.git
cd bing-bongpip install -r requirements.txt
python -m nltk.downloader all
python db_create.pygunicorn app:app