[docs] update quick_start and README (#181)

* [docs] update quick_start and README

* [docs] remove ENABLE_PADDLE_FRONTEND flags in win docs

* [docs] update supported python version for win

* [docs] update windows sdk example docs

Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
DefTruth
2022-09-06 21:11:04 +08:00
committed by GitHub
parent d9a0dd328b
commit e1ab1104c2
4 changed files with 53 additions and 8 deletions
+4 -1
View File
@@ -69,7 +69,10 @@
```bash
pip install numpy opencv-python fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html
```
##### [Anaconda配置GPU环境(推荐)](docs/quick_start/Python_prebuilt_wheels.md)
```bash
conda config --add channels conda-forge && conda install cudatoolkit=11.2 cudnn=8.2
```
##### 安装CPU版本
```bash