Update development_environment.mdx (#1471)

This commit is contained in:
Giel Janssens 2023-01-17 14:49:19 +01:00 committed by GitHub
parent 421aa7b81f
commit 355a77e578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ After WSL is restarted, the mount's uid and gid will match the default user.
Install [Homebrew](https://brew.sh/), then use that to install the dependencies:
```shell
brew install python3 autoconf ffmpeg
brew install python3 autoconf ffmpeg cmake
```
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).