https://www.python.org/downloads/
Install Django as per the instructions here https://docs.djangoproject.com/en/1.9/topics/install/
$ gem install sass
$ gem install compass$ gem install bootstrap-sass$ npm install -g bower$ npm installThis creates a folder called node_modules used for building
$ bower update This will create the assest/bower components
$ npm install --global gulp-cli
$ npm install --save-dev gulpRunning gulp will build the project and deploy all the scss and js files
$ gulp watchWill watch the assets/sass and assets/js folders for changes