diff --git a/present/present.py b/present/present.py index 33c99e4..30d5e9a 100755 --- a/present/present.py +++ b/present/present.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# To install dependencies: +# pip3 install requests sseclient pyautogui + import json import pyautogui import requests