#!/usr/bin/env bash

cd src

$PIP_INSTALL .

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