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.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user