Skip to content

Commit c5f4069

Browse files
authored
Add instructions for setting up Python virtual environment (#14)
1 parent 8476ec6 commit c5f4069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ The compiled firmware is available at https://github.com/Seeed-Studio/micropytho
149149
# e.g. for XIAO MG24
150150
cd micropython-seeed-boards/tools/xiao_mg24_flash
151151
# e.g. for Windows
152+
python -m venv venv
153+
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
154+
.\venv\Scripts\Activate.ps1
152155
./xiao_mg24_flash.bat
153156
# e.g. for Linux and Mac
154157
chmod +x xiao_mg24_flash.sh && ./xiao_mg24_flash.sh

0 commit comments

Comments
 (0)