Skip to content
Snippets Groups Projects
Unverified Commit 41df25bb authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

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

parent cdbb6412
No related branches found
No related tags found
No related merge requests found
Note that `libpq` is required on ARM-based Macs.
......@@ -303,9 +303,10 @@ You may need to install the latest Xcode developer tools:
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
brew install jpeg
brew install jpeg libpq
```
On macOS Catalina (10.15) you may need to explicitly install OpenSSL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment