diff --git a/README.md b/README.md index ad75576..8169838 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ pip install maidenhead pip install beautifulsoup4 pip install dadjokes pip install geopy +pip install schedule ``` The following is needed for open-meteo use ``` diff --git a/requirements.txt b/requirements.txt index dd20ae8..9e20a58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ dadjokes openmeteo_requests retry_requests numpy -geopy \ No newline at end of file +geopy +schedule