Installation

Begin by cloning the repo from GitHub:

> git clone https://github.com/javiergayala/SiteGloop.git

Install the python modules dependencies via pip:

> pip install -r requirements.txt

Installation of Development Requirements

If you are trying to develop on SiteGloop, you will probably want to install the additional dev related modules:

> pip install -r requirements-dev.txt