Skip to content

Commit b79915d

Browse files
committed
Updated installation instructions
1 parent 2710b14 commit b79915d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
![example of a face detection](images/example.png)
88

99
## How to use it
10-
Just download the repository and then do this
10+
Install the package using pip:
11+
```bash
12+
pip install mtcnn-pytorch
13+
```
14+
15+
Example usage:
1116
```python
1217
from mtcnn import detect_faces
1318
import cv2
@@ -25,4 +30,4 @@ For examples see `test_on_images.ipynb`.
2530

2631
## Credit
2732
This implementation is heavily inspired by:
28-
* [pangyupo/mxnet_mtcnn_face_detection](https://github.com/pangyupo/mxnet_mtcnn_face_detection)
33+
* [pangyupo/mxnet_mtcnn_face_detection](https://github.com/pangyupo/mxnet_mtcnn_face_detection)

0 commit comments

Comments
 (0)