From 731066dd6d20c9747fe17485f9ea254c8cb36af8 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 4 Apr 2020 09:58:46 +0300 Subject: [PATCH] windows usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01f3145..ca20b33 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ user │ │ ├── Bob.jpg ``` -BTW, you should use regular slash ( / ) instead of backslash ( \ ) in Windows OS while passing the path to stream function (e.g. DeepFace.stream("C:/User/Sefik/Desktop/database") ) +BTW, you should use regular slash ( / ) instead of backslash ( \ ) in Windows OS while passing the path to stream function. E.g. `DeepFace.stream("C:/User/Sefik/Desktop/database")`. # Installation