diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index e83afc42..52e8a109 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -104,7 +104,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 cmake +brew install python3 autoconf ffmpeg cmake make ``` 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).