summary refs log tree commit diff
path: root/develop/setup/installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/setup/installation.html')
-rw-r--r--develop/setup/installation.html5
1 files changed, 3 insertions, 2 deletions
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 &quot;Development Tools&quot; <p>You may need to install the latest Xcode developer tools:</p> <pre><code class="language-sh">xcode-select --install </code></pre> -<p>On ARM-based Macs you may need to explicitly install libjpeg which is a pillow dependency. You can use Homebrew (https://brew.sh):</p> -<pre><code class="language-sh"> brew install jpeg +<p>On ARM-based Macs you may need to install libjpeg and libpq. +You can use Homebrew (https://brew.sh):</p> +<pre><code class="language-sh"> brew install jpeg libpq </code></pre> <p>On macOS Catalina (10.15) you may need to explicitly install OpenSSL via brew and inform <code>pip</code> about it so that <code>psycopg2</code> builds:</p>