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

Commit

Permalink
installation.md: require libpq on M1 macs (#13480)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Sep 13, 2022
1 parent cdbb641 commit 41df25b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/13480.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Note that `libpq` is required on ARM-based Macs.
5 changes: 3 additions & 2 deletions docs/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41df25b

Please sign in to comment.