Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit c19d7b0

Browse files
authored
Update README.md
1 parent a9578c4 commit c19d7b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ If the temperature is within normal Human Body Temperature range it allows the P
2020
* Install Python
2121
* Download the Code and the Required Files
2222
* Download the Code as [Zip from Github.](https://github.com/saksham2001/TouchFree-v2/archive/master.zip)
23-
* Or by using command `git clone https://github.com/saksham2001/TouchFree-v2`
24-
* Install Requirements by running command
23+
* Or by using command `git clone https://github.com/saksham2001/TouchFree-v2`
24+
* Install Requirements by running command
2525
`pip install -r requirements.txt`
2626
* Enable Less Secure App Access from [here](https://myaccount.google.com/lesssecureapps)
2727
or Create an App Specific Password [here.](https://support.google.com/accounts/answer/185833)
28-
* Save the Sender's email Address, Password and Email Permission as Local Variables
29-
`export SEND_EMAIL="TRUE"
30-
export EMAIL_ID="your-email-here"
31-
export EMAIL_PWD="your-password-here"`
28+
* Save the Sender's email Address, Password and Email Permission as Local Variables.
29+
`export SEND_EMAIL="TRUE"
30+
export EMAIL_ID="your-email-here"
31+
export EMAIL_PWD="your-password-here"`
3232
* Or If you do not want Email Feature just add Email Permission as Local Variable
33-
`export SEND_EMAIL="FALSE"`
33+
`export SEND_EMAIL="FALSE"`
3434

3535
### Setup for BalenaFin/ Raspberry Pi
3636
Follow [Hackster Tutorial](https://www.hackster.io/sakshambhutani2001/touchfree-v2-contactless-temperature-and-mask-checkup-d01dc8)

0 commit comments

Comments
 (0)