Skip to content

Commit e53372f

Browse files
authored
Doc: update README.md
Add tip for python path
1 parent e0d5503 commit e53372f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ If you are downloading J-Link for the first time, make sure to check this box: I
6060

6161
XMC-for-Arduino requires Python 3.x and `pyserial`. Make sure Python is installed on your machine and available in the system path.
6262

63+
:bulb: Tips for Windows users: While installing python, make sure to check the box that says "Add Python to PATH" before clicking on the install button. This option will automatically set the PATH for you. f you forgot to check the box during installation, you can add Python to PATH manually.
64+
6365
You can check if it was successfully installed by opening your command line or terminal and typing:
6466
```
6567
python --version

0 commit comments

Comments
 (0)