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

Commit

Permalink
update macOS installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Nov 20, 2019
1 parent 41e4566 commit 9cc168e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
sudo yum groupinstall "Development Tools"
```

#### Mac OS X
#### macOS

Installing prerequisites on Mac OS X:
Installing prerequisites on macOS:

```
xcode-select --install
Expand All @@ -144,6 +144,14 @@ sudo pip install virtualenv
brew install pkg-config libffi
```

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

```
brew install openssl@1.1
export LDFLAGS=-L/usr/local/Cellar/openssl\@1.1/1.1.1d/lib/
```

#### OpenSUSE

Installing prerequisites on openSUSE:
Expand Down

0 comments on commit 9cc168e

Please sign in to comment.