We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c58968a + 0953c60 commit 1d29484Copy full SHA for 1d29484
1 file changed
docs/installation.rst
@@ -84,3 +84,20 @@ this is not the case.
84
Try this::
85
86
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