We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8476ec6 commit c5f4069Copy full SHA for c5f4069
README.md
@@ -149,6 +149,9 @@ The compiled firmware is available at https://github.com/Seeed-Studio/micropytho
149
# e.g. for XIAO MG24
150
cd micropython-seeed-boards/tools/xiao_mg24_flash
151
# e.g. for Windows
152
+ python -m venv venv
153
+ Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
154
+ .\venv\Scripts\Activate.ps1
155
./xiao_mg24_flash.bat
156
# e.g. for Linux and Mac
157
chmod +x xiao_mg24_flash.sh && ./xiao_mg24_flash.sh
0 commit comments