Skip to content

Commit 528c7dc

Browse files
[C] Update README.md
1 parent 76b8c45 commit 528c7dc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![license](https://img.shields.io/badge/license-Apache%202-dfd.svg)](./LICENSE)
44
[![python](https://img.shields.io/badge/python-3.10+-aff.svg)](./pyproject.toml)
55
[![release](https://img.shields.io/github/v/release/DocsaidLab/PyFace?color=ffa)](https://github.com/DocsaidLab/PyFace/releases)
6-
[![pypi](https://img.shields.io/pypi/v/pyface_docsaid.svg)](https://pypi.org/project/pyface_docsaid/)
7-
[![downloads](https://img.shields.io/pypi/dm/pyface_docsaid?color=9cf)](https://pypi.org/project/pyface_docsaid/)
6+
[![pypi](https://img.shields.io/pypi/v/pyface-docsaid.svg)](https://pypi.org/project/pyface-docsaid/)
7+
[![downloads](https://img.shields.io/pypi/dm/pyface-docsaid?color=9cf)](https://pypi.org/project/pyface-docsaid/)
88

99
## Introduction
1010

@@ -35,7 +35,8 @@ pip install git+https://github.com/DocsaidLab/PyFace.git
3535
Because onnxsim is not prebuilt in Python 3.12. We recommend prebuild it manually.
3636

3737
```bash
38-
pip install pip wheel setuptools onnxsim
38+
pip install wheel setuptools
39+
pip install onnxsim
3940
pip install pyface-docsaid
4041
```
4142

@@ -68,8 +69,6 @@ faces_on_img = face_service([img])[0]
6869
cb.imwrite('path/to/output', faces_on_img.gen_info_img())
6970
```
7071

71-
### Mac User
72-
7372
## Citation
7473

7574
```bibtex

0 commit comments

Comments
 (0)