Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrLabs authored Apr 7, 2021
1 parent 51ae414 commit a7c2a55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# PinetimeFlasher
GUI based app to help flash the pinetime with xpack-openOCD on windows, made with python and PyQT(for UI)

to run the script you need Python >3.6 installed
to run the script you need Python >3.6 and xpack-openOCD installed

[how to install xpack-openOCD ?](https://xpack.github.io/openocd/install/#manual-install)

make sure you have PyQT5 installed, it can be installed with
`pip install PyQT5`
Expand All @@ -12,4 +14,4 @@ pip install pyinstaller
pyinstaller -w --onefile PinetimeFlasher.py
```

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

0 comments on commit a7c2a55

Please sign in to comment.