diff --git a/doc/doc_en/quickstart_en.md b/doc/doc_en/quickstart_en.md index d7aeb7773021aa6cf8f4d71298588915e5938fab..53f4313579bf39204e085bb0a90d219e3a1c1b5d 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.