Skip to content

Commit 4129745

Browse files
committed
readme
1 parent 858b96c commit 4129745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ It also handles detecting a face, taking pictures, and sending to the main
44
Django server.
55

66
To use:
7-
First, install OpenCV, then clone this repo and cd into the project directory.
8-
Note: This software must be run with Python2 at the moment.
7+
Create a virtual environment and install dependencies.
98

109
```
1110
pip2 install -r requirements.txt
1211
python2 server.py
1312
```
13+
Note: This software must be run with Python2 at the moment.

0 commit comments

Comments
 (0)