From 12f26aed55913e2857164eebd2a6152d93f01f1d Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 13 Sep 2022 09:02:11 +0000 Subject: deploy: 41df25bbbd29caeb539269a436fbe6bc57fad93c --- develop/setup/installation.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'develop/setup/installation.html') diff --git a/develop/setup/installation.html b/develop/setup/installation.html index 6f6032a6ac..237fdea183 100644 --- a/develop/setup/installation.html +++ b/develop/setup/installation.html @@ -350,8 +350,9 @@ sudo dnf groupinstall "Development Tools"

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):

-
 brew install jpeg
+

On ARM-based Macs you may need to install libjpeg and libpq. +You can use Homebrew (https://brew.sh):

+
 brew install jpeg libpq
 

On macOS Catalina (10.15) you may need to explicitly install OpenSSL via brew and inform pip about it so that psycopg2 builds:

-- cgit 1.5.1