[Update] パッケージのインストール方法を変更
This commit is contained in:
20
README.md
20
README.md
@@ -15,26 +15,12 @@ VRChatのChatBoxにOSC経由でメッセージを送信するツール
|
|||||||
- translators(https://github.com/misyaguziya/translators)
|
- translators(https://github.com/misyaguziya/translators)
|
||||||
- custom_speech_recognition(https://github.com/misyaguziya/custom_speech_recognition)
|
- 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
|
## install
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
./install.bat
|
||||||
```
|
|
||||||
|
|
||||||
```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 ../
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
4
install.bat
Normal file
4
install.bat
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
pip install -r requirements.txt
|
||||||
|
pip install git+https://github.com/misyaguziya/translators
|
||||||
|
pip install git+https://github.com/misyaguziya/deepl-translate
|
||||||
|
pip install git+https://github.com/misyaguziya/custom_speech_recognition
|
||||||
Reference in New Issue
Block a user