This directory contains the Weld Python API and the Grizzly implementation.
Build and run tests for Weld (the instructions for this are in the main README.md
).
Make sure the WELD_HOME
environment variable is set as detailed in the main
README.md
.
If you want to install Weld's Python API and Grizzly in 'development' mode, run:
$ python setup.py develop
Otherwise, run:
$ python setup.py install
Also, make sure that libweld
and libweldrt
are on the LD_LIBRARY_PATH
.
If you installed Weld's Python API and Grizzly in 'development' mode, run:
$ git pull
If you installed Weld's Python API and Grizzly in 'install' mode, run:
$ git pull
$ python setup.py install