diff --git a/README.md b/README.md index 764c2dc2251e2983e540396a3504f0630f3a1d89..df0e0f17d8e31911d333b3bbbc61627304b51c7e 100644 --- a/README.md +++ b/README.md @@ -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