https://sogloarcadius.github.io/presentations
In a chrome web browser go to https://sogloarcadius.github.io/presentations/python/?print-pdf and print (Ctrl + P) the web page.
# install grunt and make it available globally
npm install -g grunt
# install bower
npm install -g bower
# install dependencies in package.json using orange registry
npm install
# install reveal.js using bower (check .bowerrc for registry configuration)
bower install
# Open the presentation
grunt serve