Merge branch 'readme' into develop

This commit is contained in:
misygauziya
2023-07-11 11:32:06 +09:00
2 changed files with 11 additions and 4 deletions

View File

@@ -24,11 +24,17 @@ pip install -r requirements.txt
```bash ```bash
git clone https://github.com/misyaguziya/translators.git git clone https://github.com/misyaguziya/translators.git
python ./translators/setup.py install cd translators
python ./setup.py install
cd ../
git clone https://github.com/misyaguziya/deepl-translate.git git clone https://github.com/misyaguziya/deepl-translate.git
python ./deepl_translate/setup.py install cd deepl-translate
python ./setup.py install
cd ../
git clone https://github.com/misyaguziya/custom_speech_recognition.git git clone https://github.com/misyaguziya/custom_speech_recognition.git
python ./custom_speech_recognition/setup.py install cd custom_speech_recognition
python ./setup.py install
cd ../
``` ```
## Usage ## Usage

View File

@@ -2,4 +2,5 @@ pillow
PyAudioWPatch PyAudioWPatch
python-osc python-osc
customtkinter customtkinter
deepl deepl
flashtext