Update README.md
Browse files
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 |
-
|
| 192 |
|
| 193 |
-
|
| 194 |
-
|
| 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**.
|