Skip to content
Snippets Groups Projects
Unverified Commit 23a90a6a authored by Luke Walsh's avatar Luke Walsh Committed by GitHub
Browse files

Updating install prerequisites for newer macOS & ARM Macs. (#9971)

parent c1414550
No related branches found
No related tags found
No related merge requests found
Updated installation dependencies for newer macOS versions and ARM Macs. Contributed by Luke Walsh.
......@@ -166,13 +166,16 @@ sudo dnf groupinstall "Development Tools"
Installing prerequisites on macOS:
You may need to install the latest Xcode developer tools:
```sh
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):
```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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment