From 2319819bfa25cf6749423a02d9bcafa96cfb8190 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Mon, 29 Jun 2020 06:02:50 -0700 Subject: [PATCH] README: add notice about "Add Python 3.x to PATH" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3874b3c..64e9a41 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Experimental script to automate the process of a manual title install for Nintendo 3DS. Originally created late June 2019. ## Summary +Note for Windows users: Enabling "Add Python 3.X to PATH" is **NOT** required! Python is installed with the `py` launcher by default. + 1. [Dump boot9.bin and movable.sed](https://ihaveamac.github.io/dump.html) from a 3DS system. 2. Install the packages: * Windows: `py -3 -m pip install --user -r requirements.txt`