Skip to content

Commit e514f4f

Browse files
authored
Update 2-ml-ext-for-vulkan.md
1 parent 30b3993 commit e514f4f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ In VSCode create a new folder for this project then make sure you have the follo
3535
Create a Venv in Python (3.13 was used in the creation of this Guide) and run the following commands
3636

3737
```bash
38-
pip install ai-ml-emulation-layer-for-vulkan, cmake
38+
py -3.13 -m venv .venv
39+
.\.venv\Scripts\Activate.ps1
40+
python -m pip install --upgrade pip
41+
python -m pip install ai-ml-emulation-layer-for-vulkan cmake
3942
```
4043

4144
To verify your installation, run the following commands:

0 commit comments

Comments
 (0)