From 96549b2b3b80226584238cfb01a2edb351e66793 Mon Sep 17 00:00:00 2001 From: Jackwaterveg <87408988+Jackwaterveg@users.noreply.github.com> Date: Tue, 21 Dec 2021 21:00:08 +0800 Subject: [PATCH] Update README.md --- demos/speech_translation/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demos/speech_translation/README.md b/demos/speech_translation/README.md index a2041b0c..277bb387 100644 --- a/demos/speech_translation/README.md +++ b/demos/speech_translation/README.md @@ -7,9 +7,10 @@ This demo is an implementation to recognize text from a specific audio file and ## Usage ### 1. Installation -```bash -pip install paddlespeech -``` +see https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md. + +You can choose one way from easy, meduim and hard to install paddlespeech. + ### 2. Prepare Input File The input of this demo should be a WAV file(`.wav`). -- GitLab