Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 443 Bytes

File metadata and controls

18 lines (15 loc) · 443 Bytes

IG-CONNECT (ver. 2017 -> 💀)

Installation

  1. Install virtualenv and create a VM :
	virtualenv env -p *path to python 2.7*
	source env/bin/activate
  1. and then, install rest of the dependencies :
	pip install -r requirements.txt
  1. 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.