From 26cb1dc838fe2ff7461bcf86eb0e177f2aff1fb0 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 14 Sep 2022 14:30:24 +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 9935fa530..f49a65daf 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ English | [简体中文](README_CN.md) ##### Install the GPU Version ```bash -pip install numpy opencv-python fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html +pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html ``` ##### [Conda Installation (Recommended)](docs/quick_start/Python_prebuilt_wheels.md) @@ -86,7 +86,7 @@ conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn= ##### Install the CPU Version ```bash -pip install numpy opencv-python fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html +pip install fastdeploy-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html ``` #### Python Inference Example