Skip to content

Commit

Permalink
add OSX note in readme
Browse files Browse the repository at this point in the history
see #107
  • Loading branch information
brentp committed Jan 18, 2019
1 parent 1e45b2c commit 8507d7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ cd ..
pip install -e .
```

On **OSX**, using brew, you may have to set the following as indicated by the brew install:

```
For compilers to find openssl you may need to set:
export LDFLAGS="-L/usr/local/opt/openssl/lib"
export CPPFLAGS="-I/usr/local/opt/openssl/include"
For pkg-config to find openssl you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
```

Testing
=======

Expand Down

0 comments on commit 8507d7b

Please sign in to comment.