Skip to content

Commit 7ecfb58

Browse files
authored
update version (#4114)
* update version * update version
1 parent 09b5459 commit 7ecfb58

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ python -m pip install paddlepaddle==3.0.0 -i https://www.paddlepaddle.org.cn/pac
567567
* **安装PaddleX**
568568

569569
```bash
570-
pip install "paddlex[base]==3.0.0"
570+
pip install "paddlex[base]==3.0.1"
571571
```
572572

573573
> ❗ 更多安装方式参考 [PaddleX 安装教程](https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html)

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ python -m pip install paddlepaddle==3.0.0 -i https://www.paddlepaddle.org.cn/pac
572572
* **Installing PaddleX**
573573

574574
```bash
575-
pip install "paddlex[base]==3.0.0"
575+
pip install "paddlex[base]==3.0.1"
576576
```
577577

578578
> ❗For more installation methods, refer to the [PaddleX Installation Guide](https://paddlepaddle.github.io/PaddleX/latest/en/installation/installation.html).

docs/index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PaddleX 3.0 is a low-code development tool for AI models built on the PaddlePadd
6262
## 🛠️ Installation
6363

6464
!!! warning
65-
Before installing PaddleX, please ensure that you have a basic <b>Python runtime environment</b> (Note: Currently supports <b>Python 3.8 to Python 3.12</b>). The PaddleX 3.0-rc1 version depends on PaddlePaddle version <b>3.0.0</b> and above.
65+
Before installing PaddleX, please ensure that you have a basic <b>Python runtime environment</b> (Note: Currently supports <b>Python 3.8 to Python 3.12</b>). The PaddleX 3.0 version depends on PaddlePaddle version <b>3.0.0</b> and above.
6666

6767
### Installing PaddlePaddle
6868

@@ -87,7 +87,7 @@ PaddleX 3.0 is a low-code development tool for AI models built on the PaddlePadd
8787
### Installing PaddleX
8888

8989
```bash
90-
pip install paddlex[base]==3.0.0
90+
pip install paddlex[base]==3.0.1
9191
```
9292

9393
> ❗ For more installation methods, please refer to the [PaddleX Installation Guide](https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html)

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ PaddleX 3.0 是基于飞桨框架构建的低代码开发工具,它集成了
6363
## 🛠️ 安装
6464

6565
!!! warning
66-
在安装 PaddleX 之前,请确保您已具备基本的 <b>Python 运行环境</b>(注:目前支持 <b>Python 3.8 至 Python 3.12</b>)。PaddleX 3.0-rc1 版本依赖的 PaddlePaddle 版本为 <b>3.0.0以上版本</b>。
66+
在安装 PaddleX 之前,请确保您已具备基本的 <b>Python 运行环境</b>(注:目前支持 <b>Python 3.8 至 Python 3.12</b>)。PaddleX 3.0 版本依赖的 PaddlePaddle 版本为 <b>3.0.0以上版本</b>。
6767

6868
### 安装 PaddlePaddle
6969

@@ -88,7 +88,7 @@ PaddleX 3.0 是基于飞桨框架构建的低代码开发工具,它集成了
8888
### 安装PaddleX
8989

9090
```bash
91-
pip install paddlex[base]==3.0.0
91+
pip install paddlex[base]==3.0.1
9292
```
9393

9494
> ❗ 更多安装方式参考 [PaddleX 安装教程](https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html)

docs/installation/installation.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ You can install the optional dependencies as needed using the following method (
2626
Install all dependencies required for PaddleX "basic features":
2727

2828
```bash
29-
pip install "paddlex[base]==3.0.0"
29+
pip install "paddlex[base]==3.0.1"
3030
```
3131

3232
Only install the dependencies required for a specific feature:
3333

3434
```bash
35-
pip install "paddlex[ocr]==3.0.0"
35+
pip install "paddlex[ocr]==3.0.1"
3636
```
3737

3838
### 1.2 Plugin Installation Mode

docs/installation/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ pip install paddlex==3.0.0
2828
安装 PaddleX “基础功能”需要的全部依赖:
2929

3030
```bash
31-
pip install "paddlex[base]==3.0.0"
31+
pip install "paddlex[base]==3.0.1"
3232
```
3333

3434
仅安装某项功能所需依赖:
3535
```bash
36-
pip install "paddlex[ocr]==3.0.0"
36+
pip install "paddlex[ocr]==3.0.1"
3737
```
3838

3939
### 1.2 插件安装模式

0 commit comments

Comments
 (0)