mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
Update README.md
installations section updated
This commit is contained in:
parent
62055d09d2
commit
2d2166b953
@ -35,7 +35,7 @@ The easiest way to install deepface is to download it from [`PyPI`](https://pypi
|
|||||||
$ pip install deepface
|
$ pip install deepface
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also install deepface from its source code.
|
Alternatively, you can also install deepface from its source code. Source code may have new features not published in pip release yet.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ git clone https://github.com/serengil/deepface.git
|
$ git clone https://github.com/serengil/deepface.git
|
||||||
@ -43,7 +43,7 @@ $ cd deepface
|
|||||||
$ pip install -e .
|
$ pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you will be able to import the library and use its functionalities.
|
Once you installed the library, then you will be able to import it and use its functionalities.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from deepface import DeepFace
|
from deepface import DeepFace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user