From f19a58c2bf402a3a2c1cd153f4f25f71527cb6f2 Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Thu, 15 Aug 2019 17:15:31 +0800 Subject: [PATCH] Update README.md --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index 6e7dd2a44..dc2aca2bf 100644 --- a/README.md +++ b/README.md @@ -22,26 +22,7 @@ ## Installation -To avoid the trouble of environment setup, [running in Docker container](#running-in-docker-container) is highly recommended. Otherwise follow the guidelines below to install the dependencies manually. - -### Prerequisites -- Python 2.7 only supported -- PaddlePaddle the latest version (please refer to the [Installation Guide](https://github.com/PaddlePaddle/Paddle#installation)) - -### Setup -- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis`, `boost` and `swig`, e.g. installing them via `apt-get`: - -```bash -sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig -``` - -- Run the setup script for the remaining dependencies - -```bash -git clone https://github.com/PaddlePaddle/DeepSpeech.git -cd DeepSpeech -sh setup.sh -``` +For this project was developed in PaddlePaddle V2 API, which is not maintained officially any more, we suggest [running it in Docker image](#running-in-docker-container), instead of building environment from source code. And we are going to release the update to the latest Paddle Fluid API very soon, please keep an eye on this project. ## Getting Started