Fix Readme. (#3527)

* Update README.md

* Update README_cn.md

* Update README_cn.md

* Update README.md
pull/3532/head
zxcd 9 months ago committed by GitHub
parent fc74b065c2
commit 1dc67f96e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -227,12 +227,12 @@ Via the easy-to-use, efficient, flexible and scalable implementation, our vision
## Installation
We strongly recommend our users to install PaddleSpeech in **Linux** with *python>=3.8* and *paddlepaddle>=2.5.0*.
We strongly recommend our users to install PaddleSpeech in **Linux** with *python>=3.8* and *paddlepaddle<=2.5.1*. Some new versions of Paddle do not have support for adaptation in PaddleSpeech, so currently only versions 2.5.1 and earlier can be supported.
### **Dependency Introduction**
+ gcc >= 4.8.5
+ paddlepaddle >= 2.5.0
+ paddlepaddle <= 2.5.1
+ python >= 3.8
+ OS support: Linux(recommend), Windows, Mac OSX

@ -237,11 +237,11 @@
<a name="安装"></a>
## 安装
我们强烈建议用户在 **Linux** 环境下,*3.7* 以上版本的 *python* 上安装 PaddleSpeech。
我们强烈建议用户在 **Linux** 环境下,*3.8* 以上版本的 *python* 上安装 PaddleSpeech。同时有一些Paddle新版本的内容没有在做适配的支持因此目前只能使用2.5.1及之前的版本。
### 相关依赖
+ gcc >= 4.8.5
+ paddlepaddle >= 2.5.0
+ paddlepaddle <= 2.5.1
+ python >= 3.8
+ linux(推荐), mac, windows

Loading…
Cancel
Save