Skip to content

Commit

Permalink
docs/installation.rst: add macOS for installing pybluez
Browse files Browse the repository at this point in the history
  • Loading branch information
rrhartjr authored and schodet committed Jun 22, 2022
1 parent c58968a commit 0953c60
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,20 @@ this is not the case.
Try this::

python3 -m pip install PyBluez


On MacOS::

The current PyPi version of pybluez does not work with nxt-python. You will need to a more recent version from GitHub.

Download and install Xcode from App Store or Apple Developer site

Then activate the Xcode installation::

xcode-select -s /Applications/Xcode.app/Contents/Developer

Then install pybluez from GitHub::

pip3 install https://github.com/pybluez/pybluez/tarball/07ebef044195331a48bbb90a3acb911922048ba0

As of 06/18/2022, commit 07ebef044195331a48bbb90a3acb911922048ba0 works with nxt-python 3.1.0.

0 comments on commit 0953c60

Please sign in to comment.