Skip to content

Commit

Permalink
Update documentation for how to run python 3.12 on macOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Sep 16, 2024
1 parent 312804c commit 87786c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,16 @@ With linux, the crazyradio is easily recognized, but you have to setup UDEVpermi
### Windows

Look at the [Zadig crazyradio instructions](https://www.bitcraze.io/documentation/repository/crazyradio-firmware/master/building/usbwindows/) to install crazyradio on Windows

### macOs
If you are using python 3.12 on mac you need to install libusb using homebrew.
```
$ brew install libusb
```

If your Homebrew installation is in a non default location or if you want to install libusb in some other way you
might need to link the libusb library like this;
```
$ export DYLD_LIBRARY_PATH="YOUR_HOMEBREW_PATH/lib:$DYLD_LIBRARY_PATH"
```

0 comments on commit 87786c4

Please sign in to comment.