From 65a742f626984a63db45f3dcbbd18e706109fb76 Mon Sep 17 00:00:00 2001 From: Mudit Dangi <6501425+Mudit18@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:21:20 +0530 Subject: [PATCH] Update install.md --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index 807c8eb9..82888f52 100644 --- a/docs/install.md +++ b/docs/install.md @@ -10,6 +10,8 @@ conda activate sadtalker # install pytorch 2.0 pip install torch torchvision torchaudio conda install ffmpeg +# For Mac this is a required setup to avoid wheel installation going into a never ending state +pip install --upgrade pip setuptools wheel pip install -r requirements.txt pip install dlib # macOS needs to install the original dlib. ```