From 1b1ee8d6c879436c3c0a1155dbc560f70bb3d9d5 Mon Sep 17 00:00:00 2001 From: ravepossum <145081120+ravepossum@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:57:07 -0400 Subject: [PATCH] small fixes to python install instructions (#4288) Co-authored-by: ravepossum --- INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3581481631..df049f9375 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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