cd src

sdh_pip_install .

if [ $? -ne 0 ]; then
    echo >&2 "Error installing pkgconfig."
    exit 1
fi
