Skip to content

Commit a0339a7

Browse files
committed
docs: updated readme
1 parent 6c23dbb commit a0339a7

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,26 @@ which includes openvino inference API, OpenVino WorkBench and VTune Profiler.
77

88
## Project Set Up and Installation
99

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.
1111

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
1313

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.
1515

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 !!
28+
29+
./runme.sh
1730

1831
## Demo
1932

0 commit comments

Comments
 (0)