mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 11:20:04 +00:00
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.
parent
14b5d47a53
commit
4f22355366
@ -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 <SD>/gm9/out/00000000 <an-arbitrary-path>
|
||||
py -3 disa-extract.py <SD>/gm9/out/00000000 <an-arbitrary-path>
|
||||
```
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user