From e946896435575ae44d65de75a04cb4476c7796f2 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 4 May 2020 02:40:21 +0000 Subject: [PATCH] Dependency install comment --- present/present.py | 3 +++ 1 file changed, 3 insertions(+) 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