Skip to content

Commit

Permalink
windows usage
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil authored Apr 4, 2020
1 parent ead901c commit 731066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 731066d

Please sign in to comment.