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.

Ian Burgwin 2018-03-18 07:08:24 -07:00
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