diff --git a/README.md b/README.md index a9f159f5d..f5f90b8e9 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 76b164367..ab6b9038e 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`安装: