mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
install via source code
This commit is contained in:
parent
df30b7d32b
commit
49c711532e
10
README.md
10
README.md
@ -28,12 +28,20 @@ The easiest way to install deepface is to download it from [`PyPI`](https://pypi
|
|||||||
$ pip install deepface
|
$ pip install deepface
|
||||||
```
|
```
|
||||||
|
|
||||||
DeepFace is also available at [`Conda`](https://anaconda.org/conda-forge/deepface). You can alternatively install the package via conda.
|
Secondly, DeepFace is also available at [`Conda`](https://anaconda.org/conda-forge/deepface). You can alternatively install the package via conda.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ conda install -c conda-forge deepface
|
$ conda install -c conda-forge deepface
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Thirdly, you can install deepface from its source code.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ git clone https://github.com/serengil/deepface.git
|
||||||
|
$ cd deepface
|
||||||
|
$ pip install -e .
|
||||||
|
```
|
||||||
|
|
||||||
Then you will be able to import the library and use its functionalities.
|
Then you will be able to import the library and use its functionalities.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user