From 2e62ac8bfca0a11ae379805ff048155c32633115 Mon Sep 17 00:00:00 2001 From: YangZhou <56786796+SmileGoat@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:02:47 +0800 Subject: [PATCH] Update README.md in engine --- runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/README.md b/runtime/README.md index 40aa9444..553bb29a 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 ```