From 61a1b436e5bf38ebc44ef0aa985f38460e3f4cb3 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Mon, 30 Mar 2020 03:25:09 -0700 Subject: [PATCH] README: add Windows PATH note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 997d0eb..976f5b2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,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 from a 3DS system. 2. Install pycryptodomex: * Windows: `py -3 -m pip install --user --upgrade pycryptodomex`