Skip to content

Commit 1d29484

Browse files
committed
Merge branch 'rrhartjr-master'
2 parents c58968a + 0953c60 commit 1d29484

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/installation.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,20 @@ this is not the case.
8484
Try this::
8585

8686
python3 -m pip install PyBluez
87+
88+
89+
On MacOS::
90+
91+
The current PyPi version of pybluez does not work with nxt-python. You will need to a more recent version from GitHub.
92+
93+
Download and install Xcode from App Store or Apple Developer site
94+
95+
Then activate the Xcode installation::
96+
97+
xcode-select -s /Applications/Xcode.app/Contents/Developer
98+
99+
Then install pybluez from GitHub::
100+
101+
pip3 install https://github.com/pybluez/pybluez/tarball/07ebef044195331a48bbb90a3acb911922048ba0
102+
103+
As of 06/18/2022, commit 07ebef044195331a48bbb90a3acb911922048ba0 works with nxt-python 3.1.0.

0 commit comments

Comments
 (0)