From 8cffdc0f671250129717dbdd06e48c5103fe7483 Mon Sep 17 00:00:00 2001 From: Sebastian Robinson Date: Wed, 25 Sep 2019 18:15:20 +0100 Subject: [PATCH] specify required Python libraries --- PDMameUpdate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PDMameUpdate.py b/PDMameUpdate.py index 050b189..13f0dad 100755 --- a/PDMameUpdate.py +++ b/PDMameUpdate.py @@ -22,6 +22,8 @@ Requirements: * A PleasureDome account * A proper config.json file (see config.template.json) * Python3 with the libraries below + - feedparser + - transmission-clutch * Linux (untested on other OS, but it might work) Notes