This commit is contained in:
w-okada 2023-06-27 08:13:29 +09:00
parent db5de17604
commit f5909710f0
2 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ $ conda activate vcclient-dev
```
$ git clone https://github.com/w-okada/voice-changer.git
$ cd voice-changer
```
## For Server Developer
1. Install requirements
```
$ cd voice-changer/server
$ pip install -r requirements.txt
```

View File

@ -20,7 +20,6 @@ $ conda activate vcclient-dev
```
$ git clone https://github.com/w-okada/voice-changer.git
$ cd voice-changer
```
## サーバ開発者向け
@ -29,6 +28,7 @@ $ cd voice-changer
1. モジュールをインストールする
```
$ cd voice-changer/server
$ pip install -r requirements.txt
```