Skip to content

Commit 95c1c01

Browse files
authored
Update README.md
1 parent c24f8d4 commit 95c1c01

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,21 @@ The project supports five major platforms with dynamic library linking.
188188

189189
Note: 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**
199207
Note: For usage in python, you can either use it by **git clone** or **pip**.
200208

0 commit comments

Comments
 (0)