installation.md: require libpq on M1 macs (#13480)

This commit is contained in:
Richard van der Hoff 2022-09-13 10:01:21 +01:00 committed by GitHub
parent cdbb641232
commit 41df25bbbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

1
changelog.d/13480.doc Normal file
View File

@ -0,0 +1 @@
Note that `libpq` is required on ARM-based Macs.

View File

@ -303,9 +303,10 @@ You may need to install the latest Xcode developer tools:
xcode-select --install xcode-select --install
``` ```
On ARM-based Macs you may need to explicitly install libjpeg which is a pillow dependency. You can use Homebrew (https://brew.sh): On ARM-based Macs you may need to install libjpeg and libpq.
You can use Homebrew (https://brew.sh):
```sh ```sh
brew install jpeg brew install jpeg libpq
``` ```
On macOS Catalina (10.15) you may need to explicitly install OpenSSL On macOS Catalina (10.15) you may need to explicitly install OpenSSL