if [[ $INSTALL_ROOT ]]
then
	python setup.py install --root $INSTALL_ROOT
else
	python setup.py install
fi
