diff --git a/README.md b/README.md index 4a3f49d44b49f117574a70e7e0777e9fec423588..69cf1c86712dab039d6b3876109da5a7c4d9f8a4 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 7a11e737f5f9fec9ff95e08157451695dd813838..5d4edbe1e95d0c4b542c3f45b9d42967a650e017 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