mirror of
https://github.com/KwaiVGI/LivePortrait.git
synced 2024-12-22 12:22:38 +00:00
fix: conda create python (#196)
This commit is contained in:
parent
699a90aa3a
commit
194ff6b4b3
@ -59,7 +59,7 @@ git clone https://github.com/KwaiVGI/LivePortrait
|
|||||||
cd LivePortrait
|
cd LivePortrait
|
||||||
|
|
||||||
# create env using conda
|
# create env using conda
|
||||||
conda create -n LivePortrait python==3.9
|
conda create -n LivePortrait python=3.9
|
||||||
conda activate LivePortrait
|
conda activate LivePortrait
|
||||||
|
|
||||||
# install dependencies with pip
|
# install dependencies with pip
|
||||||
|
Loading…
Reference in New Issue
Block a user