Skip to content

Commit c728d74

Browse files
committed
update install command
1 parent 6d2bc9f commit c728d74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/paddlex/quick_start.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.
2424
* **Installing PaddleX**
2525

2626
```bash
27-
pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlex-3.0.0b1-py3-none-any.whl
27+
pip install paddlex==3.0.0b2
2828
```
2929

3030
> ❗For more installation methods, refer to the [PaddleX Installation Guide](https://github.com/PaddlePaddle/PaddleX/blob/release/3.0-beta1/docs/installation/installation_en.md).

docs/paddlex/quick_start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.
2727
* **安装PaddleX**
2828

2929
```bash
30-
pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlex-3.0.0b2-py3-none-any.whl
30+
pip install paddlex==3.0.0b2
3131
```
3232

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

0 commit comments

Comments
 (0)