aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d6f1e1..4797e11 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,12 @@ For the web app:
* apache with `mod_wsgi`
* python3-flask
+For AlmaLinux 8:
+
+* python3-flask
+* python3-mod_wsgi
+* httpd
+
## Building or changing
Only a few stores are currently supported. The southernsavers.com website lists other stores that are probably drop-in capable. To learn the widgets.json path needed, use Developer Tools in a web browser to capture the full widgets.json path and add it to the **stores_url** dict.
bgstack15