From dee99efa16b8f0f30b0ad43151323fde831ed5d6 Mon Sep 17 00:00:00 2001 From: Brandon Nielsen Date: Apr 23 2021 23:45:14 +0000 Subject: Update setup instructions to note python2-genshi is required. --- diff --git a/README.md b/README.md index 710c09f..250aa45 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This repository contains the sources for the following Fedora Websites: #### 1. Setup your system - sudo dnf install git gettext python-genshi python-lxml python-setuptools python-dateutil \ + sudo dnf install git gettext python2-genshi python-lxml python-setuptools python-dateutil \ python-dogpile-cache babel python-feedparser fedfind python-requests python2-babel sudo dnf groups install 'Web Server'