Skip to content

Commit 486c9b1

Browse files
authored
Update README.md
1 parent 00e49ed commit 486c9b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ python -m venv .venv
3535
pip install -r requirements.txt
3636
```
3737
For Linux\Mac
38+
```sh
3839
python -m venv .venv
3940
source .venv/bin/activate
4041
pip install -r requirements.txt
42+
```
4143

4244
Also install sadtalker(https://github.com/OpenTalker/SadTalker#%EF%B8%8F-1-installation), the sadtalker directory must be inside backend. Run the sadtalker webui once so that the venv environment is created.
4345

0 commit comments

Comments
 (0)