From 4f22355366dc6d89898cc269da3ece54f0daa190 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Sun, 18 Mar 2018 07:08:24 -0700 Subject: [PATCH] `py -3` should be used instead of `python`. it is installed by default (unlike putting python into path) and will always run 3, while `python` may reference 2 or 3 or not exist at all. --- Dumping-Config-Savegame-from-a-3DS-Console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dumping-Config-Savegame-from-a-3DS-Console.md b/Dumping-Config-Savegame-from-a-3DS-Console.md index b80a75d..640dcf9 100644 --- a/Dumping-Config-Savegame-from-a-3DS-Console.md +++ b/Dumping-Config-Savegame-from-a-3DS-Console.md @@ -33,7 +33,7 @@ Instructions 5. Once this process complets, mount SD card on PC. 6. Open command line / powershell / terminal, run ``` - python disa-extract.py /gm9/out/00000000 + py -3 disa-extract.py /gm9/out/00000000 ``` Note: - Make sure python is in your system path and it is python 3, or you will have to give the full path to python