Adding a fix for a common macOS failure mode
This commit is contained in:
parent
d34c622bf4
commit
13ba6a759a
|
@ -89,8 +89,12 @@ User-contributed shared Jupyter notebook demo (not officially supported): [
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue