Create a new virtualenvironment cd Lab\ 5 python -m venv .venv source .venv/bin/activate Install dependencies in it (.venv) pip install -r requirements.txt Mediapipe Make the loop_audio shell script executable sudo chmod +x ./loop_audio.sh