diff --git a/README.md b/README.md
index 90f446e..2c5b475 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,15 @@ Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-spee
-## Installation
+### Setup
-### Install Paddlepaddle
+Make sure the library `libsndfile1` installed, e.g., on Ubuntu
+
+```bash
+sudo apt-get install libsndfile1
+```
+
+### Install PaddlePaddle
See [install](https://www.paddlepaddle.org.cn/install/quick) for more details. This repo requires paddlepaddle's version is above 1.7.
@@ -20,12 +26,6 @@ cd Parakeet
pip install -e .
```
-### Setup
-Make sure libsndfile1 installed:
-```bash
-sudo apt-get install libsndfile1
-```
-
### Install CMUdict for nltk
CMUdict from nltk is used to transform text into phonemes.
@@ -44,6 +44,6 @@ nltk.download("cmudict")
## Examples
-- [Train a deepvoice 3 model with ljspeech dataset](./parakeet/examples/deepvoice3)
-- [Train a transformer_tts model with ljspeech dataset](./parakeet/examples/transformer_tts)
-- [Train a fastspeech model with ljspeech dataset](./parakeet/examples/fastspeech)
+- [Train a deepvoice 3 model with ljspeech dataset](./parakeet/examples/deepvoice3)
+- [Train a transformer_tts model with ljspeech dataset](./parakeet/examples/transformer_tts)
+- [Train a fastspeech model with ljspeech dataset](./parakeet/examples/fastspeech)