File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -188,13 +188,21 @@ The project supports five major platforms with dynamic library linking.
188188
189189Note: You could use other versions of above packages, but we didn't test other versions.
190190
191- You can install the above mentioned dependencies via requirements.txt:
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 ```
192202
193- ```
194- pip install -r requirements.txt
195- ```
196203<br >
197204
205+
198206#### ** Usage**
199207Note: For usage in python, you can either use it by ** git clone** or ** pip** .
200208
You can’t perform that action at this time.
0 commit comments