Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peabody124 authored Jan 22, 2018
1 parent 1cb18b1 commit 6d20d1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Some modifications to version 1.1 of the Noridc nRF6707 desktop software to run on OSX

This requires PyQt5 and only seems to run with the installed python2.7 with OSX
- brew install pyqt5
- sudo /usr/bin/python2.7 -m pip install pynrfjproj pyqtgraph matplotlib
- /usr/bin/python2.7 ppk.py

PYTHONPATH includes /usr/local/lib/python2.7/site-packages/ to find PyQt5 from Homebrew

Code and credit goes to Nordic Semiconductor. I just made a few tweaks.

0 comments on commit 6d20d1b

Please sign in to comment.