mirror of
https://github.com/ihaveamac/custom-install.git
synced 2025-12-06 06:41:45 +00:00
README: update setup to mention windows-install-dependencies
This commit is contained in:
@@ -9,7 +9,8 @@ Note for Windows users: Enabling "Add Python 3.X to PATH" is **NOT** required! P
|
|||||||
1. [Dump boot9.bin and movable.sed](https://ihaveamac.github.io/dump.html) from a 3DS system.
|
1. [Dump boot9.bin and movable.sed](https://ihaveamac.github.io/dump.html) from a 3DS system.
|
||||||
2. Download the repo ([zip link](https://github.com/ihaveamac/custom-install/archive/module-newer-gui.zip) or `git clone`)
|
2. Download the repo ([zip link](https://github.com/ihaveamac/custom-install/archive/module-newer-gui.zip) or `git clone`)
|
||||||
3. Install the packages:
|
3. Install the packages:
|
||||||
* Windows: `py -3 -m pip install --user -r requirements-win32.txt`
|
* Windows: Double-click `windows-install-dependencies.py`
|
||||||
|
* Alternate manual method: `py -3 -m pip install --user -r requirements-win32.txt`
|
||||||
* macOS/Linux: `python3 -m pip install --user -r requirements.txt`
|
* macOS/Linux: `python3 -m pip install --user -r requirements.txt`
|
||||||
4. Run `custominstall.py` with boot9.bin, movable.sed, path to the SD root, and CIA files to install (see Usage section).
|
4. Run `custominstall.py` with boot9.bin, movable.sed, path to the SD root, and CIA files to install (see Usage section).
|
||||||
5. Download and use [custom-install-finalize](https://github.com/ihaveamac/custom-install/releases) on the 3DS system to finish the install.
|
5. Download and use [custom-install-finalize](https://github.com/ihaveamac/custom-install/releases) on the 3DS system to finish the install.
|
||||||
|
|||||||
Reference in New Issue
Block a user