Update README.md

installations section updated
This commit is contained in:
Sefik Ilkin Serengil 2024-08-04 12:16:20 +01:00 committed by GitHub
parent 62055d09d2
commit 2d2166b953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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