A presentation for the 2014 SLCPython meetup
- Install python 3.4
sudo apt-get install python-3.4
- Make a virtualenvironment. We'll be using python 3.4
mkvirtualenv -p /usr/bin/python3.4
- Install impressjs via bower
bower install bartaz/impress.js
- Start the main app via
python presentation/app.py