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

Commit 23a90a6

Browse files
authored
Updating install prerequisites for newer macOS & ARM Macs. (#9971)
1 parent c141455 commit 23a90a6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

changelog.d/9971.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated installation dependencies for newer macOS versions and ARM Macs. Contributed by Luke Walsh.

docs/setup/installation.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,16 @@ sudo dnf groupinstall "Development Tools"
166166

167167
Installing prerequisites on macOS:
168168

169+
You may need to install the latest Xcode developer tools:
169170
```sh
170171
xcode-select --install
171-
sudo easy_install pip
172-
sudo pip install virtualenv
173-
brew install pkg-config libffi
174172
```
175173

174+
On ARM-based Macs you may need to explicitly install libjpeg which is a pillow dependency. You can use Homebrew (https://brew.sh):
175+
```sh
176+
brew install jpeg
177+
```
178+
176179
On macOS Catalina (10.15) you may need to explicitly install OpenSSL
177180
via brew and inform `pip` about it so that `psycopg2` builds:
178181

0 commit comments

Comments
 (0)