2023-01-11 17:51:41 +09:00
|
|
|
MMVC Server
|
|
|
|
----
|
|
|
|
# 起動方法
|
|
|
|
|
|
|
|
```
|
2023-01-14 07:39:57 +09:00
|
|
|
$ conda create -n mmvc-server python=3.10
|
2023-01-11 17:51:41 +09:00
|
|
|
$ conda activate mmvc-server
|
|
|
|
$ pip install -r requirements.txt
|
|
|
|
|
2023-01-14 07:39:57 +09:00
|
|
|
$ git clone https://github.com/isletennos/MMVC_Client.git
|
|
|
|
$ cd MMVC_Client && git checkout 04f3fec4fd82dea6657026ec4e1cd80fb29a415c && cd -
|
2023-01-11 17:51:41 +09:00
|
|
|
$ python3 MMVCServerSIO.py -p 18888 --https true
|
|
|
|
```
|
|
|
|
|