Skip to content

Commit

Permalink
Update readme documentation about macOS11
Browse files Browse the repository at this point in the history
Closes #456 , Closes bitcraze#455
  • Loading branch information
ataffanel authored Dec 10, 2020
1 parent 9f64b76 commit b9ab7d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,15 @@ makensis win32install\cfclient.nsi

## Mac OSX

**Note**: There is currently problems installing python packages with Mac OS 11 Big Sur. The instruction bellow only work up to Catalina.
**Note**: On macOS 11 Big Sur, a recent version of python 3.9 and pip3 from brew is required, make sure your python3 install is up to date and if necessary upgrade pip with ```pip3 install --upgrade pip```.

The supported way to run on Mac is by using the [Homebrew](http://brew.sh/) distribution of python3.

Python3 and required libs can be installed with brew:
```
brew install python3 sdl2 libusb
brew link python3
brew link python3 # This makes sure the latest python3 is used
# if "which python3" does not return "/usr/local/bin/python3", relaunch your terminal
```

To install the client in edit mode:
Expand Down

0 comments on commit b9ab7d2

Please sign in to comment.