cuicheng01 5 місяців тому
батько
коміт
0bb39da67d

+ 1 - 1
README.md

@@ -566,7 +566,7 @@ python -m pip install paddlepaddle==3.0.0 -i https://www.paddlepaddle.org.cn/pac
 * **安装PaddleX**
 
 ```bash
-pip install "paddlex[base]==3.0.0"
+pip install "paddlex[base]"
 ```
 
 > ❗ 更多安装方式参考 [PaddleX 安装教程](https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html)

+ 1 - 1
README_en.md

@@ -572,7 +572,7 @@ python -m pip install paddlepaddle==3.0.0 -i https://www.paddlepaddle.org.cn/pac
 * **Installing PaddleX**
 
 ```bash
-pip install "paddlex[base]==3.0.0"
+pip install "paddlex[base]"
 ```
 
 > ❗For more installation methods, refer to the [PaddleX Installation Guide](https://paddlepaddle.github.io/PaddleX/latest/en/installation/installation.html).

+ 1 - 1
docs/index.en.md

@@ -87,7 +87,7 @@ PaddleX 3.0 is a low-code development tool for AI models built on the PaddlePadd
 ### Installing PaddleX
 
 ```bash
-pip install paddlex[base]==3.0.0
+pip install "paddlex[base]"
 ```
 
 > ❗ For more installation methods, please refer to the [PaddleX Installation Guide](https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html)

+ 1 - 1
docs/index.md

@@ -88,7 +88,7 @@ PaddleX 3.0 是基于飞桨框架构建的低代码开发工具,它集成了
 ### 安装PaddleX
 
 ```bash
-pip install paddlex[base]==3.0.0
+pip install "paddlex[base]"
 ```
 
 > ❗ 更多安装方式参考 [PaddleX 安装教程](https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html)

+ 3 - 3
docs/installation/installation.en.md

@@ -18,7 +18,7 @@ After installing PaddlePaddle (refer to the [PaddlePaddle Local Installation Tut
 
 ```bash
 # Only install the required dependencies (optional dependencies can be installed later as needed)
-pip install paddlex==3.0.1
+pip install paddlex
 ```
 
 You can install the optional dependencies as needed using the following method (For more details, please refer to [2.3 Selective Installation of Dependencies](#23-selective-installation-of-dependencies)):
@@ -26,13 +26,13 @@ You can install the optional dependencies as needed using the following method (
 Install all dependencies required for PaddleX "basic features":
 
 ```bash
-pip install "paddlex[base]==3.0.1"
+pip install "paddlex[base]"
 ```
 
 Only install the dependencies required for a specific feature:
 
 ```bash
-pip install "paddlex[ocr]==3.0.1"
+pip install "paddlex[ocr]"
 ```
 
 ### 1.2 Plugin Installation Mode

+ 3 - 3
docs/installation/installation.md

@@ -20,7 +20,7 @@ PaddleX为您提供了两种安装模式:<b>Wheel包安装</b>和<b>插件安
 
 ```bash
 # 仅安装必须依赖(可以在之后按需安装可选依赖)
-pip install paddlex==3.0.0
+pip install paddlex
 ```
 
 通过如下方式可以安装所需的可选依赖(更多说明请参考 [2.3 选择性安装依赖](#23-选择性安装依赖)):
@@ -28,12 +28,12 @@ pip install paddlex==3.0.0
 安装 PaddleX “基础功能”需要的全部依赖:
 
 ```bash
-pip install "paddlex[base]==3.0.1"
+pip install "paddlex[base]"
 ```
 
 仅安装某项功能所需依赖:
 ```bash
-pip install "paddlex[ocr]==3.0.1"
+pip install "paddlex[ocr]"
 ```
 
 ### 1.2 插件安装模式

+ 1 - 1
paddlex/.version

@@ -1 +1 @@
-3.0.0
+3.0.2