From 9506e2460917a2d80b9d5a3984222d20060b5d59 Mon Sep 17 00:00:00 2001 From: Dolan O'Toole Date: Sun, 9 Oct 2016 22:00:23 +0100 Subject: [PATCH] adding requirements comment --- imgur.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imgur.py b/imgur.py index 3f0d567..d2ac582 100644 --- a/imgur.py +++ b/imgur.py @@ -1,7 +1,8 @@ """ Requires imgur API pip install imgurpython - +Requires scrot installed for screenshot + sudo apt-get install scrot """