qianliyx commited on
Commit
0841593
·
verified ·
1 Parent(s): 4cf98e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -85,7 +85,11 @@ Paddleocr在一些新型的数据上或者领域数据上表现的并不是很
85
  ### 安装依赖
86
 
87
  ```bash
 
88
  pip install -r requirements.txt
 
 
 
89
  ```
90
 
91
  ### 使用方法
 
85
  ### 安装依赖
86
 
87
  ```bash
88
+ ## for cpu
89
  pip install -r requirements.txt
90
+
91
+ ## for gpu
92
+ pip install -r requirements-gpu.txt
93
  ```
94
 
95
  ### 使用方法