From e39371065d8481b097d657c4b339c7f7335970ca Mon Sep 17 00:00:00 2001 From: lfchener Date: Mon, 28 Oct 2019 09:24:32 +0000 Subject: [PATCH 1/3] update README --- README.md | 2 +- README_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 984bbec71..7d533237e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To avoid the trouble of environment setup, [running in Docker container](#runnin ### Prerequisites - Python 2.7 only supported -- PaddlePaddle 1.6 version (Coming soon ...) +- PaddlePaddle 1.6.0 or later ### 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 ddc8274ef..1efbad1e4 100644 --- a/README_cn.md +++ b/README_cn.md @@ -25,7 +25,7 @@ ### 前提 - 只支持Python 2.7 -- PaddlePaddle 1.6 版本(即将发布) +- PaddlePaddle 1.6.0 版本及以上 ### 安装 - 请确保以下库或工具已安装完毕:`pkg-config`, `flac`, `ogg`, `vorbis`, `boost` 和 `swig`, 如可以通过`apt-get`安装: From 4f922450ee8cc226c22125a89c2ebae1ba1b8e9b Mon Sep 17 00:00:00 2001 From: lfchener Date: Mon, 28 Oct 2019 09:34:49 +0000 Subject: [PATCH 2/3] update README --- README.md | 2 +- README_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d533237e..75704f160 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To avoid the trouble of environment setup, [running in Docker container](#runnin ### Prerequisites - Python 2.7 only supported -- PaddlePaddle 1.6.0 or later +- PaddlePaddle 1.6.0 or later(please refer to the [Installation Guide](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/index_en.html)) ### 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 1efbad1e4..18bc3cdd7 100644 --- a/README_cn.md +++ b/README_cn.md @@ -25,7 +25,7 @@ ### 前提 - 只支持Python 2.7 -- PaddlePaddle 1.6.0 版本及以上 +- PaddlePaddle 1.6.0 版本及以上(请参考[安装指南](https://www.paddlepaddle.org.cn/install/quick)) ### 安装 - 请确保以下库或工具已安装完毕:`pkg-config`, `flac`, `ogg`, `vorbis`, `boost` 和 `swig`, 如可以通过`apt-get`安装: From 8be61e058b2841fc19482c12f05f5d4fd0d94d69 Mon Sep 17 00:00:00 2001 From: lfchener Date: Mon, 28 Oct 2019 10:05:08 +0000 Subject: [PATCH 3/3] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75704f160..8f6fdfa94 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To avoid the trouble of environment setup, [running in Docker container](#runnin ### Prerequisites - Python 2.7 only supported -- PaddlePaddle 1.6.0 or later(please refer to the [Installation Guide](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/index_en.html)) +- PaddlePaddle 1.6.0 or later (please refer to the [Installation Guide](https://www.paddlepaddle.org.cn/documentation/docs/en/beginners_guide/index_en.html)) ### Setup - Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis`, `boost` and `swig`, e.g. installing them via `apt-get`: