diff --git a/demos/text_to_speech/README.md b/demos/text_to_speech/README.md index 785c2a623316e76ed0cc7aba18b927a54faa908f..1c235b690b745d070b0d70a5030131c10d2dea9e 100644 --- a/demos/text_to_speech/README.md +++ b/demos/text_to_speech/README.md @@ -8,9 +8,10 @@ This demo is an implementation to generate audio from the given text. It can be ## 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 The input of this demo should be a text of the specific language that can be passed via argument.