Skip to content

Commit

Permalink
update install command (#14314)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberC0209 authored Dec 3, 2024
1 parent 6d2bc9f commit 778d044
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 @@ -24,7 +24,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 @@ -27,7 +27,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.
* **安装PaddleX**

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

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

0 comments on commit 778d044

Please sign in to comment.