Requirements of sun module

This commit is contained in:
Soykan Ertürk 2020-03-27 00:22:46 +03:00 committed by GitHub
parent 7adc1df088
commit 4e36f29351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
"""Displays sunrise and sunset times """Displays sunrise and sunset times
Requires the following python packages:
* requests
* suntime
Parameters: Parameters:
* cpu.lat : Latitude of your location * cpu.lat : Latitude of your location
* cpu.lon : Longitude of your location * cpu.lon : Longitude of your location