fix: conda create python (#196)

This commit is contained in:
opinsky 2024-07-22 10:50:59 -03:00 committed by GitHub
parent 699a90aa3a
commit 194ff6b4b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ git clone https://github.com/KwaiVGI/LivePortrait
cd LivePortrait
# create env using conda
conda create -n LivePortrait python==3.9
conda create -n LivePortrait python=3.9
conda activate LivePortrait
# install dependencies with pip