Skip to content

Commit a7c2a55

Browse files
authored
Update README.md
1 parent 51ae414 commit a7c2a55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# PinetimeFlasher
22
GUI based app to help flash the pinetime with xpack-openOCD on windows, made with python and PyQT(for UI)
33

4-
to run the script you need Python >3.6 installed
4+
to run the script you need Python >3.6 and xpack-openOCD installed
5+
6+
[how to install xpack-openOCD ?](https://xpack.github.io/openocd/install/#manual-install)
57

68
make sure you have PyQT5 installed, it can be installed with
79
`pip install PyQT5`
@@ -12,4 +14,4 @@ pip install pyinstaller
1214
pyinstaller -w --onefile PinetimeFlasher.py
1315
```
1416

15-
note: pre-made Executable and latest xpack-openOCD available in the releases!!!
17+
note: pre-made Executable available in the releases!!!

0 commit comments

Comments
 (0)