From ca080a7fdc45aace343e48a3c12964e7067522f3 Mon Sep 17 00:00:00 2001 From: wataru Date: Sat, 14 Jan 2023 07:39:57 +0900 Subject: [PATCH] update --- server/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/README.md b/server/README.md index 6f814388..d52f008c 100644 --- a/server/README.md +++ b/server/README.md @@ -3,12 +3,12 @@ MMVC Server # 起動方法 ``` -$ conda create -n mmvc-server python=3.9 +$ conda create -n mmvc-server python=3.10 $ conda activate mmvc-server $ pip install -r requirements.txt -$ git clone --depth 1 https://github.com/isletennos/MMVC_Trainer.git -b v1.3.2.2 -$ cd MMVC_Trainer/monotonic_align/ && python setup.py build_ext --inplace && cd - +$ git clone https://github.com/isletennos/MMVC_Client.git +$ cd MMVC_Client && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd - $ python3 MMVCServerSIO.py -p 18888 --https true ```