@@ -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 )
2727or 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
3636Follow [ Hackster Tutorial] ( https://www.hackster.io/sakshambhutani2001/touchfree-v2-contactless-temperature-and-mask-checkup-d01dc8 )
0 commit comments