README: add Windows PATH note

This commit is contained in:
Ian Burgwin
2020-03-30 03:25:09 -07:00
parent 0195ea75d4
commit 61a1b436e5

View File

@@ -2,6 +2,8 @@
Experimental script to automate the process of a manual title install for Nintendo 3DS. Originally created late June 2019. Experimental script to automate the process of a manual title install for Nintendo 3DS. Originally created late June 2019.
## Summary ## 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. 1. Dump boot9.bin and movable.sed from a 3DS system.
2. Install pycryptodomex: 2. Install pycryptodomex:
* Windows: `py -3 -m pip install --user --upgrade pycryptodomex` * Windows: `py -3 -m pip install --user --upgrade pycryptodomex`