From 1360408eb4c334949090d56902a4f694115b0dd4 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 9 Feb 2020 08:56:41 +0300 Subject: [PATCH] git clone --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4b77bd..0889c3e 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ pip install deepface Alternatively, you can directly download the source code from this repository. GitHub repo might be newer than the PyPI version. ``` -git clone https://github.com/serengil/chefboost.git -cd chefboost +git clone https://github.com/serengil/deepface.git +cd deepface pip install -e . ```