#!/bin/bash set -e echo "Installing voice-tools package..." pip install -e /home/user/app echo "Installation complete!"