Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Jun 26, 2023
1 parent db5de17 commit f590971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_dev_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion README_dev_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ $ conda activate vcclient-dev

```
$ git clone https://github.com/w-okada/voice-changer.git
$ cd voice-changer
```

## サーバ開発者向け
Expand All @@ -29,6 +28,7 @@ $ cd voice-changer
1. モジュールをインストールする

```
$ cd voice-changer/server
$ pip install -r requirements.txt
```

Expand Down

0 comments on commit f590971

Please sign in to comment.