From 2d2166b953e4d1891a7ffab02d6de47dc44d3791 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 4 Aug 2024 12:16:20 +0100 Subject: [PATCH] Update README.md installations section updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6b1a6d..98f7e63 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The easiest way to install deepface is to download it from [`PyPI`](https://pypi $ 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 $ git clone https://github.com/serengil/deepface.git @@ -43,7 +43,7 @@ $ cd deepface $ 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 from deepface import DeepFace