You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tools/accuracy_checker/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,11 @@ If all prerequisite are installed, then you are ready to install **accuracy chec
61
61
python3 setup.py install
62
62
```
63
63
64
-
Accuracy Checker is modular tool and have some task-specific dependencies, all required modules can be found in `requirements.in` file.
65
-
You can install tool without dependencies and manage them by your-self using following command instead of standard installation:
64
+
Accuracy Checker is modular tool and have some task-specific dependencies, all specific required modules can be found in `requirements.in` file.
65
+
You can install only core part of the tool without additional dependencies and manage them by your-self using following command instead of standard installation:
0 commit comments