Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 220 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 220 Bytes

After cloning, run

$pip install -r requirements.txt

to install dependent libraries.

You might need to install smtplib and ssl libraries depending on your Python version using

$pip install <package_name>