Skip to content

Commit 42f4bf1

Browse files
committed
Update documentation for how to run python 3.12 on macOs
1 parent 312804c commit 42f4bf1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/installation/install.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,15 @@ With linux, the crazyradio is easily recognized, but you have to setup UDEVpermi
7777
### Windows
7878

7979
Look at the [Zadig crazyradio instructions](https://www.bitcraze.io/documentation/repository/crazyradio-firmware/master/building/usbwindows/) to install crazyradio on Windows
80+
81+
### macOs
82+
If you are using python 3.12 on mac you need to install libusb using homebrew.
83+
```
84+
$ brew install libusb
85+
```
86+
87+
If your Homebrew installation is in a non default location or if you want to install libusb in some other way you
88+
might need to link the libusb library like this;
89+
```
90+
$ export DYLD_LIBRARY_PATH="YOUR_HOMEBREW_PATH/lib:$DYLD_LIBRARY_PATH"
91+
```

0 commit comments

Comments
 (0)