From efedbcb07c7351cdc32d86cd852f726d1a09b073 Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Mon, 4 Oct 2021 22:45:13 +0200 Subject: [PATCH] Add tips about how to build cryptography module on macOS (#1071) --- docs/development_environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development_environment.md b/docs/development_environment.md index 1f015840..dd7ba1be 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -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**.