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: docs/en/tutorial/tutorial-0.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,6 @@ Support for Raspberry Pi is limited at this time.
40
40
41
41
If you're on Windows, you can get the official installer from [the Python website](https://www.python.org/downloads). You can use any version of Python from 3.10 to 3.14 (although you should avoid alphas, betas and release candidates). We strongly recommend using Python 3.13 or newer.
42
42
43
-
Support for Windows on ARM64 is limited at this time.
44
-
45
43
You can also install Python from the Windows App Store, or use [Anaconda](https://docs.anaconda.com/anaconda/install/) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html). It doesn't matter *how* you've installed Python - it only matters that you can run `python3` from your command prompt and get a working, supported Python interpreter.
46
44
47
45
///
@@ -62,11 +60,11 @@ Building BeeWare apps on macOS requires:
62
60
63
61
To support local development, you'll need to install some system packages. The list of packages required varies depending on your distribution:
@@ -99,7 +97,9 @@ If you're on a Linux distribution that isn't on this list, and isn't derived fro
99
97
100
98
Building BeeWare apps on Windows requires:
101
99
102
-
-**Git**, a version control system. You can download Git from from <nospell>[git-scm.com](https://git-scm.com/downloads/)</nospell>.
100
+
-**Git**, a version control system. You can install Git by running `winget install Git.Git`. Alternatively, you can download Git from from <nospell>[git-scm.com](https://git-scm.com/downloads/)</nospell>.
101
+
102
+
-**The .NET 10 Desktop Runtime**. You can install this by running `winget install Microsoft.DotNet.DesktopRuntime.10`. Alternatively, you can visit the [.NET 10 Downloads page](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) to obtain the installer.
103
103
104
104
After installing these tools, you should ensure you restart any terminal sessions. Windows will only expose newly installed tools terminals started *after* the install has completed.
0 commit comments