未验证 提交 d4448de6 编写于 作者: A Adam Geitgey 提交者: GitHub

Merge pull request #1196 from azdaly/master

Adding a fix for a common macOS failure mode
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册