This commit is contained in:
SpudGunMan
2024-08-08 23:04:51 -07:00
parent 0b3040f7b7
commit e17999a2d6
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -140,8 +140,12 @@ pip install geopy
pip install maidenhead
pip install beautifulsoup4
pip install dadjokes
```
The following is needed for open-meteo use
```
pip install openmeteo_requests
pip install retry_requests
pip install numpy
```
To enable emoji in the Debian console, install the fonts `sudo apt-get install fonts-noto-color-emoji`
+2 -1
View File
@@ -8,4 +8,5 @@ maidenhead
beautifulsoup4
dadjokes
openmeteo_requests
retry_requests
retry_requests
numpy