Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 551 Bytes

pylulesh

Getting Started

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

IPython Notebook Example

To launch the example notebook in a web browser, run the following:

cd notebooks
./launch.sh