From 99a2c287823fabfa4f46348f7fb49ca196a31cc3 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 26 May 2022 23:35:30 +0100 Subject: [PATCH] install --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a838db..0d64cee 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ Experiments show that human beings have 97.53% accuracy on facial recognition ta The easiest way to install deepface is to download it from [`PyPI`](https://pypi.org/project/deepface/). It's going to install the library itself and its prerequisites as well. ```shell -pip install deepface +$ pip install deepface ``` DeepFace is also available at [`Conda`](https://anaconda.org/conda-forge/deepface). ```shell -conda install deepface +$ conda install -c conda-forge deepface ``` Then you will be able to import the library and use its functionalities.