Adding a fix for a common macOS failure mode

This commit is contained in:
Alex Daly 2020-08-09 06:55:40 -05:00 committed by GitHub
parent d34c622bf4
commit 13ba6a759a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -89,8 +89,12 @@ User-contributed shared Jupyter notebook demo (not officially supported): [![Dee
First, make sure you have dlib already installed with Python bindings:
* [How to install dlib from source on macOS or Ubuntu](https://gist.github.com/ageitgey/629d75c1baac34dfa5ca2a1928a7aeaf)
Then, make sure you have cmake installed:
```brew install cmake```
Then, install this module from pypi using `pip3` (or `pip2` for Python 2):
Finally, install this module from pypi using `pip3` (or `pip2` for Python 2):
```bash
pip3 install face_recognition