Skip to content

Commit f8ce697

Browse files
committed
readme typos
1 parent 550410f commit f8ce697

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
@@ -8,7 +8,7 @@ Raspberry Pi 3 Model B:
88
http://www.pyimagesearch.com/2016/04/18/install-guide-raspberry-pi-3-raspbian-jessie-opencv-3/
99

1010
- Note: You only need the 'face' module from the opencv_contrib repo. You can delete the other
11-
modules in teh modules folder. I find that they usually have some error when trying to install
11+
modules in the modules folder. I find that they usually have some error when trying to install
1212
them.
1313

1414
Install a couple of dependencies on the RPi:
@@ -25,7 +25,7 @@ pip install -r requirements.txt
2525
If you did not, you may have to copy some files over from your system python path
2626
(you can find how to do this on StackOverflow...I will provide a link later)
2727

28-
In the src/main.py file, change you Django server to the appropriate network ip of
28+
In the src/main.py file, change your Django server to the appropriate network ip of
2929
the computer running the Django server (you can find this by running ifconfig on the machine).
3030
Do this for the user_authentication.py as well.
3131
Then to register your account (assuming the Django server is running and you have

0 commit comments

Comments
 (0)