Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 435 Bytes

install.md

File metadata and controls

21 lines (14 loc) · 435 Bytes

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