#!/bin/sh

cd src

python setup.py install

if [ $? -ne 0 ]; then
    echo "Error building and install PyX."
    exit 1
fi