From 9d7401392f0e3ca69110cd0b7d1f354073dae6b4 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 11 Jul 2023 08:35:32 +0900 Subject: [PATCH] =?UTF-8?q?fixed=20README.md=20install=E3=81=AE=E9=A0=85?= =?UTF-8?q?=E7=9B=AE=E3=82=92=E7=B7=A8=E9=9B=86=E3=80=82install=E6=99=82?= =?UTF-8?q?=E3=81=AB=E3=82=AB=E3=83=AC=E3=83=B3=E3=83=88=E3=83=87=E3=82=A3?= =?UTF-8?q?=E3=83=AC=E3=82=AF=E3=83=88=E3=83=AA=E3=81=AE=E7=A7=BB=E5=8B=95?= =?UTF-8?q?=E3=81=8C=E5=BF=85=E8=A6=81=E3=81=A0=E3=81=A3=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E3=80=81=E3=81=9D=E3=81=AE=E7=A7=BB=E5=8B=95=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E3=82=82=E5=90=AB=E3=82=81=E3=81=A6=E3=82=B3=E3=83=9E?= =?UTF-8?q?=E3=83=B3=E3=83=89=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7534c30d..b3891b50 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,17 @@ pip install -r requirements.txt ```bash 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 -python ./deepl_translate/setup.py install +cd deepl-translate +python ./setup.py install +cd ../ 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