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: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,23 @@ To read about the latest details and updates on OpenVINO toolkit, visit our [blo
51
51
## Contribute
52
52
If you want to contribute to OpenVINO toolkit, please read this [article](https://medium.com/openvino-toolkit/how-to-contribute-to-an-ai-open-source-project-c741f48e009e).
53
53
54
-
## Troubleshooting and Resources
55
-
- Open a [discussion topic](https://github.com/openvinotoolkit/openvino_build_deploy/discussions)
56
-
- Create an [issue](https://github.com/openvinotoolkit/openvino_build_deploy/issues)
57
-
- Learn more about [OpenVINO](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/overview.html)
First, please verify that you have followed the instructions in the project's README. Then, being in the `ai_ref_kit/demo` directory, run the following to check the environment and all the packages:
57
+
58
+
```bash
59
+
python ../../check_project_env.py
60
+
```
61
+
62
+
See if no packages are missing and all the versions are correct. If you still have issues, please try:
63
+
64
+
- Opening a [discussion topic](https://github.com/openvinotoolkit/openvino_build_deploy/discussions)
65
+
- Creating an [issue](https://github.com/openvinotoolkit/openvino_build_deploy/issues)
66
+
67
+
And learn more by:
68
+
69
+
- Reading about [OpenVINO](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/overview.html)
0 commit comments