Update install documentation (for windows)

under windows I get message run "init" before "activate"
This commit is contained in:
Bluefox 2024-08-13 14:55:39 +07:00 committed by GitHub
parent f24b6ff5d1
commit 4d1771aa70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,8 @@ 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 init
# close current shell and open a new one
conda activate LivePortrait conda activate LivePortrait
``` ```