From 1ef57bcac2992bfe15a207014f36f3d9d2e19db1 Mon Sep 17 00:00:00 2001 From: lfchener Date: Wed, 9 Oct 2019 02:07:58 +0000 Subject: [PATCH] Update README.md and README_cn.md --- README.md | 6 +++++- README_cn.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9f159f5..f5f90b8e 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 76b16436..ab6b9038 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`安装: -- GitLab