- You will need the venv module to actiave the preconfigured virtual environment:
python3 -m pip install virtualenv - Actiave Virtual Environment:
source env/bin/activate - Intall all required modules:
pip install -r requirements.txt
Create a new google account if you don't already have one. You wouldn't want to use any google accounts that you use for daily use, as this should only be used to send notifications to your devices.
Once you have logged into your new Gmail account, click on the "Manage Your Google Account" Button, then click on the "Security" Tab, then look for the "Less Secure App Access" section, and turn that On.
- Configuring MongoDB with Docker: https://citizix.com/how-to-run-mongodb-with-docker-and-docker-compose/
Joe Chacon - [email protected]