Skip to content

Commit 7065740

Browse files
authored
Remove step for installing face_recognition_models
It's no longer needed.
1 parent e637981 commit 7065740

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,7 @@ results = face_recognition.compare_faces([biden_encoding], unknown_encoding)
6868
Python 3 / Python 2 are fully supported. Only macOS and
6969
Linux are tested. I have no idea if this will work on Windows.
7070

71-
Step 1: Install the required machine learning models using `pip3` (or `pip2` for Python 2):
72-
73-
```bash
74-
pip3 install git+https://github.com/ageitgey/face_recognition_models
75-
```
76-
77-
Step 2: Install this module from pypi using `pip3` (or `pip2` for Python 2):
71+
Install this module from pypi using `pip3` (or `pip2` for Python 2):
7872

7973
```bash
8074
pip3 install face_recognition

0 commit comments

Comments
 (0)