From 29a2f7e92eae5e61c35fb9e5050fb030e1961cb0 Mon Sep 17 00:00:00 2001 From: YangZhou Date: Mon, 24 Apr 2023 17:36:30 +0800 Subject: [PATCH] update readme --- runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/README.md b/runtime/README.md index 40aa94444..553bb29ad 100644 --- a/runtime/README.md +++ b/runtime/README.md @@ -38,7 +38,7 @@ For now we are using feature under `develop` branch of paddle, so we need to ins For example: ``` source venv/bin/activate -python -m pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html +python -m pip install paddlepaddle==2.4.2 -i https://mirror.baidu.com/pypi/simple ./build.sh ```