small fixes to python install instructions (#4288)

Co-authored-by: ravepossum <ravepossum@example.com>
This commit is contained in:
ravepossum 2024-03-21 09:57:07 -04:00 committed by GitHub
parent 26ba65c7a7
commit 1b1ee8d6c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,10 +122,10 @@ devkitARM is now installed.
To install Python on WSL1, simply run the following commands:
```bash
sudo apt update && upgrade
sudo apt install python3
```
```bash
sudo apt update && sudo apt upgrade
sudo apt install python3
```
Python is now installed.
@ -213,7 +213,7 @@ Note that in msys2, Copy is Ctrl+Insert and Paste is Shift+Insert.
### Installing Python on msys2
To install Python on WSL1, simply run the following commands:
To install Python on msys2, simply run the following commands:
```bash
pacman -S mingw-w64-x86_64-python3