Skip to content

Commit

Permalink
update install command (#14375)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberC0209 authored Dec 12, 2024
1 parent 54decf9 commit 3f32858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/paddlex/quick_start.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.
* **Installing PaddleX**

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

> ❗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).
Expand Down
2 changes: 1 addition & 1 deletion docs/paddlex/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.
* **安装PaddleX**

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

> ❗ 更多安装方式参考[PaddleX安装教程](https://github.com/PaddlePaddle/PaddleX/blob/release/3.0-beta1/docs/installation/installation.md)
Expand Down

0 comments on commit 3f32858

Please sign in to comment.