#!/bin/sh

python setup.py config

python setup.py install

if [ $? -ne 0 ]; then
    echo "Error installing numeric"
    exit 1
fi