Add tips about how to build cryptography module on macOS (#1071)

This commit is contained in:
Oncleben31 2021-10-04 22:45:13 +02:00 committed by GitHub
parent 2c3470f311
commit efedbcb07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,8 @@ Install [Homebrew](https://brew.sh/), then use that to install the dependencies:
brew install python3 autoconf ffmpeg
```
If you encounter build issues with `cryptography` when running the `script/setup` script below, check the cryptography documentation for [installation instructions](https://cryptography.io/en/latest/installation/#building-cryptography-on-macos).
## Setup Local Repository
Visit the [Home Assistant Core repository](https://github.com/home-assistant/core) and click **Fork**.