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 install
This 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 gulp
Running gulp will build the project and deploy all the scss and js files
$ gulp watch
Will watch the assets/sass and assets/js folders for changes