From 8de06d2370e81e0ee1473d17925fb2e05295a0fe Mon Sep 17 00:00:00 2001 From: DanielYang Date: Wed, 11 May 2022 16:55:13 +0800 Subject: [PATCH] Update quickstart_en.md --- doc/doc_en/quickstart_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doc_en/quickstart_en.md b/doc/doc_en/quickstart_en.md index d7aeb777..53f43135 100644 --- a/doc/doc_en/quickstart_en.md +++ b/doc/doc_en/quickstart_en.md @@ -28,13 +28,13 @@ - If you have CUDA 9 or CUDA 10 installed on your machine, please run the following command to install ```bash - python3 -m pip install paddlepaddle-gpu -i https://mirror.baidu.com/pypi/simple + python3 -m pip install paddlepaddle-gpu ``` - If you have no available GPU on your machine, please run the following command to install the CPU version ```bash - python3 -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple + python3 -m pip install paddlepaddle ``` For more software version requirements, please refer to the instructions in [Installation Document](https://www.paddlepaddle.org.cn/install/quick) for operation. -- GitLab