## Install Steps

## Make sure code has built.

bake --auto-bin-dir release -o release seacas

## Install Package in Local Dir

python setup.py install --user

## Run test

cd test
python ./test.py
