Skip to content

Commit 12ae0e2

Browse files
authored
Update 2-ml-ext-for-vulkan.md
1 parent 5d9c6e0 commit 12ae0e2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

content/learning-paths/mobile-graphics-and-gaming/vulkan-ml-sample/2-ml-ext-for-vulkan.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ In VSCode create a new folder for this project then make sure you have the follo
3535

3636
![C/C++ tools extension](images/c-ext.png)
3737

38-
![Cmake tools extension](images/cmake-ext.png)
38+
![Cmake tools extension](images/cmake-ext.png)
3939

40-
41-
Create a Venv in Python (3.13 was used in the creation of this Guide) and run the following commands
40+
The following commands will make a venv in your local version of python and install the required packages.
4241

4342
```bash
4443
py -m venv .venv

0 commit comments

Comments
 (0)