From daef6bea6132451ee1d531013b4c931d64b4c78b Mon Sep 17 00:00:00 2001 From: clokep Date: Thu, 15 Jul 2021 12:19:21 +0000 Subject: deploy: 23a90a6a5c3bde22482b1910bb8b6f54c1c581cc --- develop/setup/installation.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'develop/setup/installation.html') diff --git a/develop/setup/installation.html b/develop/setup/installation.html index 69786538b0..6bc383ff57 100644 --- a/develop/setup/installation.html +++ b/develop/setup/installation.html @@ -329,10 +329,11 @@ sudo dnf groupinstall "Development Tools"
macOS

Installing prerequisites on macOS:

+

You may need to install the latest Xcode developer tools:

xcode-select --install
-sudo easy_install pip
-sudo pip install virtualenv
-brew install pkg-config libffi
+
+

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