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: Samples/WindowsML/python/SqueezeNetPython/readme.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,21 @@ extendedZipContent:
12
12
target: LICENSE
13
13
---
14
14
15
-
## Prerequisites
16
-
* Python 3.10 - 3.13 on Windows
17
-
* Download model file
15
+
## Steps
16
+
### Download test model
18
17
```PowerShell
19
18
..\Download-Model.ps1
20
19
```
21
-
* Install dependencies
20
+
### Prepare the python environment
21
+
* Create a python environment with Python 3.10 - 3.13
22
+
* Install the latest WinML python packages
22
23
```PowerShell
23
-
pip install -r requirements.txt
24
-
```
24
+
pip install --upgrade --pre -r requirements.txt
25
+
```
26
+
### Install WindowsAppRuntime
27
+
Please install the WindowsAppRuntime that matches the version of the python package `wasdk-Microsoft.Windows.ApplicationModel.DynamicDependency.Bootstrap`
28
+
> For experimental or preview WASDK. The version tags `-xxxN` are changed to `.devN` to fit Python's version requirements.
0 commit comments