In order to install theĀ face_recognition package (https://pypi.org/project/face_recognition/), execute the following command:
$ pip install face_recognition
To check that the installation has been performed correctly, just open a Python shell and try to import theĀ face_recognition library:
python
import face_recognition