Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 285 Bytes

File metadata and controls

18 lines (15 loc) · 285 Bytes

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