Install all third party libs (python,llvm,hdf5):
source bootstrap-env.sh
This will leave the newly built python in your path.
(Running this command in the future will skip the install steps and make sure the proper python is in your path.)
Run tests to double check the env setup:
python setup.py test --filter=test_env
To launch the example notebook in a web browser, run the following:
cd notebooks ./launch.sh