[Update] パッケージのインストール方法を変更

This commit is contained in:
misygauziya
2023-07-30 00:40:10 +09:00
parent 1b89f1a40e
commit aab21dc9b4
2 changed files with 7 additions and 17 deletions

View File

@@ -15,26 +15,12 @@ VRChatのChatBoxにOSC経由でメッセージを送信するツール
- translators(https://github.com/misyaguziya/translators)
- custom_speech_recognition(https://github.com/misyaguziya/custom_speech_recognition)
deepl-translate/translators/custom_speech_recognitionについては追加実装をしています`pip install`でinstallした場合、動かないので注意
**deepl-translate/translators/custom_speech_recognitionについては追加実装をしています**
**`pip install`でinstallした場合、動かないので注意**
## install
```bash
pip install -r requirements.txt
```
```bash
git clone https://github.com/misyaguziya/translators.git
cd translators
python ./setup.py install
cd ../
git clone https://github.com/misyaguziya/deepl-translate.git
cd deepl-translate
python ./setup.py install
cd ../
git clone https://github.com/misyaguziya/custom_speech_recognition.git
cd custom_speech_recognition
python ./setup.py install
cd ../
./install.bat
```
## Usage