- Install
virtualenv
and create a VM :
virtualenv env -p *path to python 2.7*
source env/bin/activate
- and then, install rest of the dependencies :
pip install -r requirements.txt
- Create a database named "ig_db" in your Mysql dbms( if not installed then install it ).
change username and password with ur credentials in settings.py database section.