git clone

This commit is contained in:
Sefik Ilkin Serengil 2020-02-09 08:56:41 +03:00 committed by GitHub
parent 7938aa60c4
commit 1360408eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 git clone https://github.com/serengil/deepface.git
cd chefboost cd deepface
pip install -e . pip install -e .
``` ```