Skip to content

Commit b220cd6

Browse files
authored
Update requirements instructions. (#82)
1 parent 0704ba3 commit b220cd6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/en/tutorial/tutorial-0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Support for Raspberry Pi is limited at this time.
4040

4141
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.
4242

43-
Support for Windows on ARM64 is limited at this time.
44-
4543
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.
4644

4745
///
@@ -62,11 +60,11 @@ Building BeeWare apps on macOS requires:
6260

6361
To support local development, you'll need to install some system packages. The list of packages required varies depending on your distribution:
6462

65-
### Ubuntu / Debian
63+
### Ubuntu 24.04+ / Debian 13+
6664

6765
```console
6866
$ sudo apt update
69-
$ sudo apt install git build-essential pkg-config python3-dev python3-venv libgirepository1.0-dev libcairo2-dev gir1.2-gtk-3.0 libcanberra-gtk3-module
67+
$ sudo apt install git build-essential pkg-config python3-dev python3-venv libgirepository-2.0-dev libcairo2-dev gir1.2-gtk-3.0 libcanberra-gtk3-module
7068
```
7169

7270
### Red Hat / Fedora
@@ -99,7 +97,9 @@ If you're on a Linux distribution that isn't on this list, and isn't derived fro
9997

10098
Building BeeWare apps on Windows requires:
10199

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.
103103

104104
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.
105105

0 commit comments

Comments
 (0)