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-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,26 @@ which includes openvino inference API, OpenVino WorkBench and VTune Profiler.
7
7
8
8
## Project Set Up and Installation
9
9
10
-
Download [OpenVino ToolKit](https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit/choose-download.html) and install it locally.
10
+
1.Download [OpenVino ToolKit](https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit/choose-download.html) and install it locally.
11
11
12
-
Clone the repository from this URL: https://github.com/KMKnation/Computer-Pointer-Controller.git
12
+
2.Clone the repository from this URL: https://github.com/KMKnation/Computer-Pointer-Controller.git
13
13
14
-
Just execute <i>runme.sh</i> from working directory to install prerequisites and you are good to go !!
14
+
3. Create Virtual Enviorment in working directory.
15
15
16
-
./runme.sh
16
+
cd Computer-Pointer-Controller
17
+
python3 -m venv venv
18
+
19
+
4. Activate Virtual Enviorment
20
+
21
+
source venv/bin/activate
22
+
23
+
5. Load the OpenVino Variables from installed directory of OpenVino
24
+
25
+
source {INSTALLED_OPENVINO_DIR}/bin/setupvars.sh
26
+
27
+
6. Just execute <i>runme.sh</i> from working directory to install prerequisites and you are good to go !!
0 commit comments