Skip to content

Commit d3e7c46

Browse files
committed
Change setup wording
1 parent 38ca673 commit d3e7c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/start-here/initial-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Follow Microsoft's official guide to install WSL: https://learn.microsoft.com/en
3131
sudo apt install -y build-essential gcc-multilib g++-multilib cmake curl
3232
```
3333

34-
2. Install Python 3.11+ and pip. If you are using Ubuntu 24.04 LTS and up or installed the default distribution of WSL, you should already have a sufficient version of Python installed. Check your installed version with:
34+
2. Install Python 3.11+ and pip. If you are using Ubuntu 24.04 LTS or later, or installed the default WSL distribution, you should already have a compatible version of Python installed. <br/>Check your installed Python version with:
3535

3636
```shell
3737
python3 --version
3838
```
39-
If it is 3.11 or higher, you're good.
39+
If it's 3.11 or higher, you're good.
4040

4141
3. Install the Python virtual environment:
4242

0 commit comments

Comments
 (0)