From 4e36f2935106cd50b82ab8572dfc0aad943296ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soykan=20Ert=C3=BCrk?= Date: Fri, 27 Mar 2020 00:22:46 +0300 Subject: [PATCH] Requirements of sun module --- bumblebee/modules/sun.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bumblebee/modules/sun.py b/bumblebee/modules/sun.py index e27d750..b4d1286 100644 --- a/bumblebee/modules/sun.py +++ b/bumblebee/modules/sun.py @@ -2,6 +2,10 @@ """Displays sunrise and sunset times +Requires the following python packages: + * requests + * suntime + Parameters: * cpu.lat : Latitude of your location * cpu.lon : Longitude of your location