Fix for import builtins error

In case anyone comes across an error that says “import builtins” failed in examples.py, you need to install future module with

sudo pip install future

I updated install.sh to install future module and made a pull request.