From 7d1c9dab8769df61873f19c6597232d14ec87437 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Thu, 20 Jun 2024 05:09:20 -0400 Subject: [PATCH] Instructions for installing the dependencies --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd79e93..e44317d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ Python functions for writing shell-style system scripts. ## Installation -To install plano globally for the current user: +Install the dependencies if you need to: + +~~~ +sudo dnf -y install python-build python-pip python-pyyaml +~~~ + +Install plano globally for the current user: ~~~ make install