From f5909710f0b5f66e15df09641cb175daa2a87db6 Mon Sep 17 00:00:00 2001 From: w-okada Date: Tue, 27 Jun 2023 08:13:29 +0900 Subject: [PATCH] update --- README_dev_en.md | 2 +- README_dev_ja.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README_dev_en.md b/README_dev_en.md index 8c96a34f..79256750 100644 --- a/README_dev_en.md +++ b/README_dev_en.md @@ -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 ``` diff --git a/README_dev_ja.md b/README_dev_ja.md index 8737d7f0..efa3b1a8 100644 --- a/README_dev_ja.md +++ b/README_dev_ja.md @@ -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 ```