From 6ea681beeb335b0548002016f389a53eb18b8979 Mon Sep 17 00:00:00 2001 From: chenfeiyu Date: Mon, 25 Nov 2019 09:11:57 +0000 Subject: [PATCH] update installation and readme --- README.md | 11 +---------- setup.py | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4a3f49d..69cf1c8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 7a11e73..5d4edbe 100644 --- a/setup.py +++ b/setup.py @@ -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 -- GitLab