diff --git a/README.md b/README.md index a9f159f5d850c7677342e36569ee6f34a6e1b209..f5f90b8e98d900a5f96fd4288a1387a070bb5f1d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,11 @@ For this project was developed in PaddlePaddle V2 API, which is not maintained officially any more. 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. And we are going to release the update to the latest Paddle Fluid API very soon, please keep an eye on this project. ### Prerequisites - Python 2.7 only supported -- PaddlePaddle the 0.13 version (please refer to the [Installation Guide](https://www.paddlepaddle.org.cn/documentation/docs/en/0.13.0/build_and_install/pip_install_en.html)) +- PaddlePaddle the 0.13 version + +```bash +pip install paddlepaddle==0.13 +``` ### Setup - Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis`, `boost` and `swig`, e.g. installing them via `apt-get`: diff --git a/README_cn.md b/README_cn.md index 76b16436750f1bb7dda7f246d1139bc9254b35c2..ab6b9038e7b7eca326c20950ca2c0ef03b78f6ec 100644 --- a/README_cn.md +++ b/README_cn.md @@ -25,7 +25,11 @@ ### 前提 - 只支持Python 2.7 -- PaddlePaddle 0.13 版本(请参考[安装指南](https://www.paddlepaddle.org.cn/documentation/docs/zh/0.13.0/build_and_install/index_cn.html)) +- PaddlePaddle 0.13 版本 + +```bash +pip install paddlepaddle==0.13 +``` ### 安装 - 请确保以下库或工具已安装完毕:`pkg-config`, `flac`, `ogg`, `vorbis`, `boost` 和 `swig`, 如可以通过`apt-get`安装: