Skip to content

Commit

Permalink
small fixes to python install instructions (#4288)
Browse files Browse the repository at this point in the history
Co-authored-by: ravepossum <ravepossum@example.com>
  • Loading branch information
ravepossum and ravepossum authored Mar 21, 2024
1 parent 26ba65c commit 1b1ee8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1b1ee8d

Please sign in to comment.