mset9: reword execute
people had been interpreting this as "execute mset9.py" / ignoring the bullet points, which on windows would make it so the script closes when an error occurs instead of displaying the error
This commit is contained in:
parent
694a6c0b87
commit
4befd42d30
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ In this section, you will prepare the SD card data necessary for the MSET9 explo
|
|||
![MSET9 root layout](/images/screenshots/mset9/mset9-root-layout.png)
|
||||
{: .notice--info}
|
||||
|
||||
1. Execute the `mset9.py` script on the root of your SD card
|
||||
1. Execute the MSET9 script in the following way, depending on your operating system:
|
||||
+ **Windows**: Double-click `mset9.bat`
|
||||
+ If this doesn't work: hold SHIFT and right-click anywhere in the SD card window, then click the option that opens Terminal, PowerShell, or Command Prompt, then type `py -3 mset9.py` and press Enter
|
||||
+ **Linux**: open a Terminal window, `cd` to the root of your SD card, then type `python3 mset9.py` and press Enter
|
||||
|
|
Loading…
Reference in a new issue