-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cb18b1
commit 6d20d1b
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |