Skip to content

Commit 3976fae

Browse files
committed
Update README.rst to be in sync with README.md
1 parent a1dd7dc commit 3976fae

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,7 @@ Installation
8181
| Python 3 / Python 2 are fully supported. Only macOS and
8282
| Linux are tested. I have no idea if this will work on Windows.
8383
84-
Step 1: Install the required machine learning models using ``pip3`` (or
85-
``pip2`` for Python 2):
86-
87-
.. code:: bash
88-
89-
pip3 install git+https://github.com/ageitgey/face_recognition_models
90-
91-
Step 2: Install this module from pypi using ``pip3`` (or ``pip2`` for
92-
Python 2):
84+
Install this module from pypi using ``pip3`` (or ``pip2`` for Python 2):
9385

9486
.. code:: bash
9587
@@ -247,6 +239,9 @@ All the examples are available
247239
- `Find and recognize unknown faces in a photograph based on
248240
photographs of known
249241
people <https://github.com/ageitgey/face_recognition/blob/master/examples/recognize_faces_in_pictures.py>`__
242+
- `Recognize faces in live video using your webcam (Requires OpenCV to
243+
be
244+
installed) <https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_from_webcam.py>`__
250245

251246
How Face Recognition Works
252247
--------------------------

0 commit comments

Comments
 (0)