From fc69f1ac85aaa88eea04ea26e523a725d93e1ec6 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: May 01 2018 21:05:10 +0000 Subject: fix: Include missing package for generating pot files --- diff --git a/README.md b/README.md index 2ddca29..08feecb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,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 \ - python-dogpile-cache babel python-feedparser fedfind python-requests + python-dogpile-cache babel python-feedparser fedfind python-requests python2-babel sudo dnf groups install 'Web Server'