update installation and readme

This commit is contained in:
chenfeiyu 2019-11-25 09:11:57 +00:00
parent 4742640119
commit 6ea681beeb
2 changed files with 2 additions and 11 deletions

View File

@ -4,17 +4,8 @@ Parakeet aims to provide a flexible, efficient and state-of-the-art text-to-spee
## Installation
### Install paddlepaddle
For faster training speed and better support, it is recommended that you install the lasted develop version of paddlepaddle. Please refer to the [quick installation guide](https://paddlepaddle.org.cn/install/quick).
### Other Requirements
Install other requirements with pip.
```bash
pip install -r requirements.txt
pip install parakeet
```
## Supported models

View File

@ -36,7 +36,7 @@ setup_info = dict(
install_requires=[
'numpy', 'nltk', 'inflect', 'librosa', 'unidecode', 'numba',
'tqdm', 'matplotlib', 'tensorboardX', 'tensorboard', 'scipy',
'ruamel.yaml', 'pandas', 'sox',
'ruamel.yaml', 'pandas', 'sox', 'paddlepaddle',
],
# Package info