cd src

sdh_pip_install .

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