Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 41df25b

Browse files
authored
installation.md: require libpq on M1 macs (#13480)
1 parent cdbb641 commit 41df25b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changelog.d/13480.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Note that `libpq` is required on ARM-based Macs.

docs/setup/installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,10 @@ You may need to install the latest Xcode developer tools:
303303
xcode-select --install
304304
```
305305

306-
On ARM-based Macs you may need to explicitly install libjpeg which is a pillow dependency. You can use Homebrew (https://brew.sh):
306+
On ARM-based Macs you may need to install libjpeg and libpq.
307+
You can use Homebrew (https://brew.sh):
307308
```sh
308-
brew install jpeg
309+
brew install jpeg libpq
309310
```
310311

311312
On macOS Catalina (10.15) you may need to explicitly install OpenSSL

0 commit comments

Comments
 (0)