From 2e9806b0f7f638335fa0a2bbe0b4f5a9da6408a2 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 26 Sep 2022 00:14:20 +0900 Subject: [PATCH] Updated setup instruction --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b481fb3..dda9311 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,11 @@ Enough machine power is needed to transcribe in real time. ## Setup ```bash -git clone https://github.com/shirayu/whisper_streaming.git -cd whisper_streaming -poetry install --only main +pip install -U git+https://github.com/shirayu/whisper_streaming.git # If you use GPU, install proper torch and torchaudio with "poetry run pip install -U" # Example : torch for CUDA 11.6 -poetry run pip install -U torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 +pip install -U torch torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 ``` ## Example of microphone