Skip to content

Commit 86b5e19

Browse files
update path for installation
1 parent 5791f54 commit 86b5e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ cmake -A x64 <open_model_zoo>/demos
291291
The dependencies for Python demos must be installed before running. It can be achieved with the following command:
292292
293293
```sh
294-
python -mpip install --user -r requirements.txt
294+
python -mpip install --user -r <omz_dir>/demos/requirements.txt
295295
```
296296
297297
### <a name="python_model_api"></a>Python\* model API package

0 commit comments

Comments
 (0)