Ziyi223 commited on
Commit
c620a75
·
verified ·
1 Parent(s): 1ac259c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -188,11 +188,19 @@ The project supports five major platforms with dynamic library linking.
188
 
189
  Note: You could use other versions of above packages, but we didn't test other versions.
190
 
191
- You can install the above mentioned dependencies via requirements.txt:
192
 
193
- ```
194
- pip install -r requirements.txt
195
- ```
 
 
 
 
 
 
 
 
196
 
197
  #### **Usage**
198
  Note: For usage in python, you can either use it by **git clone** or **pip**.
 
188
 
189
  Note: You could use other versions of above packages, but we didn't test other versions.
190
 
191
+ <br>
192
 
193
+ The **lib** only depend on numpy, you can install the dependency via requirements.txt:
194
+
195
+ ```pip install -r requirements.txt```
196
+
197
+
198
+
199
+ For **running demo or plotting PR curves**, you should install the dependencies:
200
+
201
+ ```pip install -r ./examples/requirements.txt```
202
+
203
+ <br>
204
 
205
  #### **Usage**
206
  Note: For usage in python, you can either use it by **git clone** or **pip**.