From 9102d0e646bc9003162ff0553fd8bf6582066282 Mon Sep 17 00:00:00 2001 From: Otto Urpelainen Date: Mar 13 2021 17:12:38 +0000 Subject: Fix pelican installation instructions The instructions in README.md referenced to some packages with python2 prefix. In current Fedora, the correct prefix is simply python. Changed so that all listed package actually exist in Fedora 33 repositories. --- diff --git a/README.md b/README.md index 15794be..92bb232 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ get it running are: 1. Install pelican: ```` - sudo dnf install python2-pelican python2-GitPython + sudo dnf install python-pelican python-GitPython python-beautifulsoup4 rubygem-asciidoctor ````