From d39d7dfa92ef4aead39f14237de9e67cbaade3bc Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Sat, 12 Jun 2021 15:14:06 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9343b761..8ce5b0eb 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ please add WeChat above and send "Hub" to the robot, the robot will invite you t ## QuickStart ```python -!pip install --upgrade paddlepaddle -i https://mirror.baidu.com/pypi/simple -!pip install --upgrade paddlehub -i https://mirror.baidu.com/pypi/simple +!pip install --upgrade paddlepaddle +!pip install --upgrade paddlehub import paddlehub as hub -- GitLab