Add rpmfile installation instruction to README

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-01-14 08:58:30 -06:00
parent 8e267d5689
commit 1307ca54a3

View File

@@ -18,6 +18,7 @@ Install Dependencies
``` ```
dnf install -y epel-release dnf install -y epel-release
dnf install -y python3 python3-dnf python3-rpm python3-requests python3-pip python3-jinja2 python3-aiohttp python3-zstandard mandoc dnf install -y python3 python3-dnf python3-rpm python3-requests python3-pip python3-jinja2 python3-aiohttp python3-zstandard mandoc
pip install rpmfile
``` ```
Set alternative python if you need to Set alternative python if you need to